Search found 3 matches

by zhaska
Sun Apr 07, 2013 7:53 pm
Forum: Support and Development
Topic: Gridlocked maze game[solved]
Replies: 4
Views: 3251

Re: Gridlocked maze game /CaseClosed

Damn .. the answer was just right front of me. Thanks for the info : D
by zhaska
Sun Apr 07, 2013 3:41 pm
Forum: Support and Development
Topic: Gridlocked maze game[solved]
Replies: 4
Views: 3251

Re: Gridlocked maze game/.help needed

My point was how to make a code that detects player's presence in grid which has value of 2 and prints out pic and plays a sound :) for example .. if "player location value" == 2 then love.audio.play(bgm2) love.graphics.draw(image2 0, 0) end p.s please mute your sounds if you decide to run...
by zhaska
Sun Apr 07, 2013 11:06 am
Forum: Support and Development
Topic: Gridlocked maze game[solved]
Replies: 4
Views: 3251

Gridlocked maze game[solved]

Hi, I am just finishing up my first gridlocked "maze game" How can i make "exit" (draw image or just play sound) or change map when player reaches "exit grid" (which has value 2) ? map1 = { { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1 }, { 1, 0 , 1, 0, 0, 0, 0, 0, 0, 0, 0...