a terrible top-down racer inspired by Atari Games' Super Sprint.
Requirements
- python 3.6+
- pygame 2.01+ (you can get it by running
pip install -r requirements.txt
or simplypip install pygame
)
To do
- get a track.
- get a car.
- get the car moving.
- slow down!
- turn left.
- my bad, it was a right turn.
- reverse.
- oh no, you went off track. now you're slow :(
- huh, you went off the map. reset.
- get some greenery around the track.
- alright, now where's the physics?
- scorecard or laps count and time.
- a menu would be nice.
- fix the pause menu.
- why are we alone? get some computer players atleast.
- dynamic window resizing.
- fullscreen.
- obstacles maybe?
- ok that's all i have for now but i'm sure there's more.