User prompt
Add more cards in the asstes, so only one of each card pairs show up in kne level
User prompt
Add more cards, so as the levels go up, more cards begin to show up
User prompt
Now make it so, when you press start the game, two buttons show up before the game starts, these two buttons are single player, and two player. If you click single player, it is the regular game, if you click the two player, then it makes it so you are going against your friend and you both each take turns playing the game
Code edit (1 edits merged)
Please save this source code
User prompt
Memory Match Challenge
Initial prompt
We will make a game based off of the board game called memory
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});