Code edit (1 edits merged)
Please save this source code
User prompt
Parking Maze Challenge
Initial prompt
I want a game with cars and to park this car but it also has obstacles other cars to be able to pass the level You will have to avoid these obstacles without crashing into others and this has 50 levels
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});