The classic Donkey Kong Game 🐵
This project is a simple implementation of the classic Donkey Kong game, developed in python. The goal of the project was to become familiar with the basic noticons of Object-Oriented Programming and use our first-ever graphical library. I co-developed this project with @Alfoa277
To try this game on your machines, make sure you do the following
- Ensure your device has
git
,python3
andpython3-pip
installed. - Clone this repository as shown below.
- Use
pip
orpip3
depending on your system to install the necessary library requirements:
git clone https://github.com/madebypixel02/Basic-OOP-Donkey-Kong-in-Python.git
cd Basic-OOP-Donkey-Kong-in-Python
pip install -r requirements.txt
Note: to run the game, run python mario_barrel.py
.
Dec 23rd, 2019