Neon Dodger Game is a retro-futuristic arcade-style browser game that challenges your reflexes and focus. Set in a vibrant neon grid world, you control a glowing player character with the goal of dodging an endless stream of increasingly fast obstacles.
As time progresses, the game speeds up — testing your ability to stay calm under pressure. Each dodge keeps you alive, but one hit and it’s game over. Perfect for quick play sessions or high-score chasing.
- Smooth player movement with keyboard controls
- Dynamic enemy spawning and increasing difficulty
- Neon-style visuals with glow effects, gradients, stars, and screen shake
- Score, best score, pause menu, and game over flow
- Python 3.10+
- Dependencies listed in
requirements.txt
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txtpython main.pyWASDor Arrow keys: MoveSpaceorEnter: Start from menuP: Pause / ResumeR: Restart after game overEsc: Back to menu (or quit from menu)
main.py: Main game logic and rendering looprequirements.txt: Python dependencies