User prompt
change the background color to this #2f4a01
User prompt
Use this color for the game background #558c45
User prompt
Make the dark green background little light green
User prompt
Make a starting screen before the game starts, with the title and a button which says start
User prompt
add Sounds for flipping the tile, matching the pairs, for errors, gaining hearts, and loosing heart
User prompt
There should be only 11 animals, because we are pairing for each level
User prompt
Restrict until level 10, when people reach 10 they win. So the tiles should start at 4 and then add +2 for each level also create assets accordingly
User prompt
For level 1 only have 4 tiles, then add +2 for each progressing level
User prompt
Create like multiple assets for the tiles to match them, ( just with numbers or alphabets )
Code edit (1 edits merged)
Please save this source code
User prompt
Forest Critter Memory Match
Initial prompt
The game theme is "Forest Animal Hide-and-seek" -> Hidden forest critters ( fox, owl, raccoons, plants etc.. ) Main mechanism: -> Starting screen : Put title of the game on the top of the Screen, and a button at the middle saying start -> Game screen: -> Players get 10 hearts at the start of the game -> There are infinite levels of this game -> Each level gives players to test their memory, by using tiles as place to hide an image of an animal, that has pairs, when flipped both of them, the player gets a point ( Example: there can be 10 tiles, there 2 of them has same animal image, but everything is flipped back, players should click them to reveal them, and selecting two of the same tiles ( with same animal image) gives 1 point to the player and the flipped tile will be taken away, if the player flip two different image of the animal tiles, it will be flipped back hiding the image.) -> If the player flip two different image 3 times a row, 1 heart will be taken out. warn the player after 2 wrong tries with a shaking screen or an owl "hoot" to add drama.( give like a combo mechanism with cool sound, saying flipping same pairs of images 2 times a row starts the combo, doing further multiplies the point gained ). -> The game should progress like levels: Level 1: 4 tiles (2 pairs) Level 2: 6 tiles (3 pairs) Level 3: 8 tiles (4 pairs) Level 4: 12 tiles (6 pairs) Level 5: 16 tiles (8 pairs) Level 6: 20 tiles (10 pairs) → Then +4 per level or based on difficulty. -> When players complete levels ( count only levels after 3) they gain 2 extra hearts. -> When the player depletes all hearts the game ends.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});
Put like a wooden background
Put like a wooden background
make the rabbit cartoony
Cartoon deer with plane wooden background. In-Game asset. 2d. High contrast. No shadows
Owl Image with wooden background. In-Game asset. 2d. High contrast. No shadows
A scary lion image with wooden background. In-Game asset. 2d. High contrast. No shadows
A tiger image, with wooden background. In-Game asset. 2d. High contrast. No shadows
A beaver with wooden background. In-Game asset. 2d. High contrast. No shadows
Racoon image with wooden background. In-Game asset. 2d. High contrast. No shadows
Moose pic with wooden background. In-Game asset. 2d. High contrast. No shadows
Bear with wooden background. In-Game asset. 2d. High contrast. No shadows
A Wooden square tile with dark borders. In-Game asset. 2d. High contrast. No shadows