User prompt
make bacground color white and maze wall red
User prompt
remove the grid lines just clear maze
User prompt
maze must be full screen
User prompt
maze must look bigger
Code edit (1 edits merged)
Please save this source code
User prompt
Gül's Hungry Maze
Initial prompt
a labirent game. a main character named gül is hungry. a labirent has lots of false ways. a true way is where the hamburger is in. make the main character reach the hamburger with arrow keys.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});