A beautiful web-based game where you control a trail of rainbow stars! Built with Python Flask and HTML5 Canvas.
- Rainbow-colored star trail
- 2 lives with 3-second respawn timer
- Score tracking
- Smooth animations
- Responsive controls
- Use arrow keys to control the direction
- Collect red stars to grow and increase your score
- Avoid hitting walls and your own trail
- You have 2 lives - use them wisely!
- Press space to restart when game over
- Clone the repository
git clone https://github.com/YOUR_USERNAME/star-trail-game.git
cd star-trail-game- Install dependencies
pip install -r requirements.txt- Run the game
python app.py- Open your browser and go to
http://localhost:5000
- Python Flask
- HTML5 Canvas
- JavaScript
- CSS3