User prompt
Grid Navigator
Initial prompt
Make a 11 by 11 square grid, make the center of the grid be the starting position of a smaller flashing square, when it recieves movement instructions, W for up, A for left, S for down, and D for right, the flashing square moves to 1 square in that direction.
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});