Description
✨ Features
| Feature | Description |
|---|---|
| 🚗 Multiple Car Skins | Choose from several cool skins – new ones added by the community! |
| ⏯️ Pause / Resume | Press P anytime to pause and resume without losing your run |
| 🔄 Instant Restart | Crash? Just hit R and get right back into the action |
| 🎚️ 4 Difficulty Modes | Easy → Normal → Hard → Insane – speed and traffic increase dramatically |
| 🏆 Enhanced Scoreboard | Beautiful new UI showing current score, multiplier, and all-time high score |
| ⚡ Score Multiplier System | Survive longer → multiplier goes up → insane high scores possible! |
| 📈 Progressive Speed | The longer you play, the faster everything gets |
| 🛣️ Dynamic Traffic | Randomly spawned enemy cars with realistic lane changes |
| 💾 Persistent High Score | Your best score is automatically saved |
🎮 Controls
| Key | Action |
|---|---|
← → |
Move Left / Right |
P |
Pause / Resume |
R |
Restart Game |
ESC |
Quit Game |
📁 Project Structure
Racing-car-game/
├── .github/ # GitHub workflows & issue templates
├── assets/ # Images, icons, car skins, fonts, etc.
├── music/ # Background music & sound effects
├── screenshots/ # Game screenshots & GIFs
├── .gitignore # tells Git which files and folders to ignore (not track)
├── atari.py # Main game (run this!)
├── highscore.txt # Stores your best score automatically
├── requirement.txt # Dependencies (just pygame)
├── LICENCE # MIT License
├── README.md # You're reading it!
├── CONTRIBUTION_SUMMARY.md # Summary of recent contributions
├── FEATURES_COMPARISON.md # Before/after feature comparison
└── PR_DESCRIPTION.md # Ready-to-use PR template





Reviews
There are no reviews yet.