User prompt
make moves, levels and score yellow
User prompt
make all posts yellow ↪💡 Consider importing and using the following plugins: @upit/tween.v1
User prompt
add music volume setting ↪💡 Consider importing and using the following plugins: @upit/storage.v1
User prompt
start at level 1 at every start
User prompt
add background
User prompt
delete the card in the start menu, it just says start
User prompt
başlangıç menüsünde sadece başla tuşu olsun
User prompt
add menu before starting the game
User prompt
add music
User prompt
spread the cards a little
Code edit (1 edits merged)
Please save this source code
User prompt
Memory Match Levels
Initial prompt
make me a leveled card matching game
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});