User prompt
Show the locations of the last numbers when the game ends
User prompt
Remove the 60 second time limit. The game ends when a player hits the wrong block. The number of times it appears depends on the length of the strick. 1 second when there is a 1, 5 seconds when there is a series of 1, 2,3,4,5
User prompt
make blocks clickable
Code edit (1 edits merged)
Please save this source code
User prompt
Memory Grid
Initial prompt
Make me a game. Let's say there are 5x5 squares. In the first round, write 1 in a random square. Numbers appear for 3 seconds and disappear. When the player clicks on 1, write 1 and 2 in 2 new random squares. When the player clicks in order, they move on to the next level. Each section is given 60 seconds and a score is given based on speed
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
}); /****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});