User prompt
add a line to flight and add a grapf. Shortly improve visuals
User prompt
make ui better
Code edit (1 edits merged)
Please save this source code
User prompt
Aviator Cashout
Initial prompt
make me a game like "Aviator" gambling game. It works with game money. So add money system and user must be select bet amount before the game. Than game has start. If user withdraws his money back before the flied crash it win his money with mulitplied.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});