User prompt
The player's arrow should draw a trail behind itself which remains permanently.
Code edit (1 edits merged)
Please save this source code
User prompt
Stonks Go Up
Initial prompt
This game is called "Stonks Go Up" and it's based on the stonks meme where anything good that happens is called "stonks" and anything bad that happens is called "not stonks". The player controls an arrow going in the direction it's facing. The arrow should face northeast (towards the upper-right corner of the screen when) when the player is not holding on the screen, and the arrow should face southeast (towards the lower-left corner of the screen) when the player is holding on the screen. The further up the player goes, the more points they score. The score is called the "stonk market cap". As the game progresses, more and more obstacles and bonuses will fly in from the right side of the screen towards the left. If the player collides with a bonus, the game will show a "stonks" score bubble graphic and increase the score further. If the player collides with an obstacle, the game will show a "not stonks" score bubble graphic and the game will end. When the game ends, the game will zoom out and display the entire history of that play session drawn out by the player's arrow and offer the player a button to play again or to share their score online.
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});
arrow pointing to the right like on a stock market ticker. No shadows
cartoonish dollar bill. In-Game asset. 2d. High contrast. No shadows
green stock market chart candle. In-Game asset. 2d. High contrast. No shadows
red stock market chart candle. In-Game asset. 2d. High contrast. No shadows
screen-wrappable repeating blue grid on dark background. In-Game asset. 2d. High contrast. No shadows
white full moon. In-Game asset. 2d. High contrast. No shadows