Skip to content

madebypixel02/Basic-OOP-Donkey-Kong-in-Python

Repository files navigation

Basic OOP Donkey Kong in Python | uc3m

The classic Donkey Kong Game 🐵

Introduction

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

Installation

To try this game on your machines, make sure you do the following

  • Ensure your device has git, python3 and python3-pip installed.
  • Clone this repository as shown below.
  • Use pip or pip3 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.

Gameplay

Summary

Dec 23rd, 2019