User prompt
arka plana koyu yeşil bir arka plan istiyorun
User prompt
every round make the shuffling little bit faster
User prompt
ok lets do it
User prompt
ok its looks good, but its a litte bit easey, to make it harder, shuffle the correct card, more than the other cards
User prompt
make 9 cards not 10, becouse of the screen it cannot placed, so make 3 rows of cards, starting with first row when the player reach round 3 so the next card goese to second row and it will be shuffled, and when the player reach the round 6 so the 7th card goes to thrid row
User prompt
please start with 2 cards, just simple, and after when the correct card will be picked, so add a new card, and make this untill round 10. that meens when the player comes to round 10, we must have 10 cards
Code edit (1 edits merged)
Please save this source code
User prompt
Three Card Shuffle
Initial prompt
make me a game like 3 card monte, but i wana play this game in a browser
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});