33
0
10d
User prompt
Shape Escape: Geometric Survival
Initial prompt
Make a game where it starts on a home screen with the title being shape game the obstacles being red with the designs being hexagon triangle circle and square and the player blue and when it touches one of the red objects it dies
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
Main
Social