User prompt
Place the character 20 steps away from the exit
User prompt
Add a tracker to see how far you are from the exit
User prompt
Please fix the bug: 'Can't find variable: DirButton' in or related to this line: 'var btnForward = new DirButton();' Line Number: 240
User prompt
Please fix the bug: 'Can't find variable: DirButton' in or related to this line: 'var btnForward = new DirButton();' Line Number: 240
User prompt
Delete the enemy entirely
User prompt
Please fix the bug: 'Can't find variable: DirButton' in or related to this line: 'var btnForward = new DirButton();' Line Number: 274
User prompt
Please fix the bug: 'Can't find variable: Enemy' in or related to this line: 'var enemy = new Enemy();' Line Number: 109
User prompt
Please fix the bug: 'Can't find variable: Enemy' in or related to this line: 'var enemy = new Enemy();' Line Number: 109
User prompt
Add enemy that Will jump in front of you if you make a wrong turn
User prompt
Lower them just a tiny bit
User prompt
Make the buttons a little smaller and move them a little down
User prompt
Make the buttons in the center of the screen
Code edit (1 edits merged)
Please save this source code
User prompt
First Person Button Maze
Initial prompt
Create a first person game with four buttons one to move forward one to move back one to move left and one to move right
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});