Loading repository data…
Loading repository data…
VIDAKHOSHPEY22 / repository
A fast-paced 2D arcade racing game built with Python and Pygame. Enjoy!
ATARI RACER is an exciting arcade-style racing game where you dodge traffic, collect coins, and set high scores. The game features 3 difficulty levels, 10 car skins with unique speed bonuses, boost mechanics and a combo multiplier system.
git clone https://github.com/VIDAKHOSHPEY22/Atari-Racer.git
cd Atari-Racer
pip install -r requirements.txt
python atari.py
| Feature | Description |
|---|---|
| Car Skins | 10 different skins with unique speed bonuses |
| Boost System | Press SPACE to activate speed boost (costs 50 points) |
| Combo Multiplier | Chain obstacles and coins for multipliers up to x4 |
| Sound Effects | Procedurally generated audio for coins, boost, hits, and more |
| Particle Effects | Explosions, sparks, and boost trail effects |
| Power-Up | Shield pickups |
| Difficulty Levels | Easy, Medium, and Hard |
| High Score | Automatically saves your best score |
| Garage Upgrades | Spend coins on permanent speed and life upgrades |
| Key | Action |
|---|---|
| ← → | Steer left / right |
| SPACE | Boost |
| P | Pause / Resume |
| R | Restart |
Checklist.md to track these changespip install pygame
For sound effects:
pip install pygame numpy
pip install pyinstaller
pyinstaller --onefile --windowed atari.py
Email: vidatwin18@gmail.com
This project is licensed under MIT.
Ready, Set, GO!