👩💻 This is a endless 2D car game written in Python for a Year 9 Information & Software Technology Assessment.
It is a very simple game where the user moves the car horizontally to dodge oncoming potholes. As any endless runer, the longer you can go, the higher score you get.
Please keep in mind this is some of my very early code from when I started programming, so it's not refined in any way. Although the project has been assessed, it's still fun to play around with once in a while. Please feel free to leave any feedback! ❤️
There are lots of improvements to be made for first timer contributors so if you are interested in improving it, see Contributing.
97%, lost a few marks for documentation
- [WINDOWS ONLY] You can access the game by downloading the binary here
OR
- You can download a local copy using
git clone https://github.com/museHD/Mumbai-Madness.git
Install requirements usingpip install -r requirements.txt
Run the game usingpython Mumbai_Madness_V1.2.3.py
- Use a mouse to select the different menus on the main screen
- Instructions are provided when you click on the Instructions page on the main menu
Please feel free to raise issues and suggest changes to the project. There are lots of refinements to be made and new features to be added :) Also, this is my first interaction with Python, PyGame and Github so if I've done anything wrong please point me in the right direction.