Clone the project -
git clone https://github.com/thecoderenroute/pygame-2d-platformer.git
Install all the requirements -
pip install -r requirements.txt
Start the project, navigate to the project directory on the terminal;
for linux/mac :
python game.py
for windows :
python game.py
- Will help understand basic and advanced concepts of Computer Graphics and Game design
- Any number of levels can be added easily
- Great for passing time
- Better AI for enemies
- Develop AI to automatically generate levels
- Have bigger levels with camera panning
- Add rewards and progression