Code edit (1 edits merged)
Please save this source code
User prompt
Pixel Dash: Endless Runner
Initial prompt
Title: "Pixel Dash: Endless Runner" A fast-paced, retro-style endless runner with simple controls and addictive gameplay. Long Description: "Pixel Dash" is a 2D side-scrolling endless runner where players control a character that automatically runs forward, dodging obstacles and collecting coins. Inspired by classics like Temple Run and Flappy Bird, this game features retro pixel art, smooth controls, and progressively challenging gameplay. Key Features: One-Tap Jumps: Simple tap/click controls for jumping over obstacles. Procedural Obstacles: Randomly generated gaps, spikes, and enemies. Score & Coins: Earn points by surviving longer and grabbing coins. Retro Aesthetic: Vibrant 16-bit pixel art and chiptune sound effects. High Scores: Compete against yourself or friends for the best run. Perfect for quick gaming sessions, Pixel Dash is easy to learn but hard to master! Game Flow: Start Screen: Pixel-style title ("PIXEL DASH") with a Start Button. Optional: Character selection (e.g., Knight, Robot, Bird). Gameplay: Player auto-runs to the right. Tap/click to jump over obstacles (spikes, pits, enemies). Collect coins for bonus points. Speed increases over time for added challenge. Game Over: Crash into an obstacle? "Game Over!" screen appears. Display Final Score and Best Score. Buttons: Restart / Main Menu. Extras (Optional): Unlockable characters. Daily challenges. Leaderboards (via Unity Gaming Services). Hashtags: #EndlessRunner #PixelArt #IndieGame #UnityGameDev #RetroGaming #HyperCasual #GameDesign #2DGame
/**** * Initialize Game ****/ var game = new LK.Game({ backgroundColor: 0x000000 });
/****
* Initialize Game
****/
var game = new LK.Game({
backgroundColor: 0x000000
});