Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madebypixel02/basic-oop-donkey-kong-in-python

[Uc3m] The Classic Donkey Kong game
https://github.com/madebypixel02/basic-oop-donkey-kong-in-python

data-science data-structures donkey-kong donkeykong programming python python-pip pyxel pyxeledit uc3m

Last synced: about 22 hours ago
JSON representation

[Uc3m] The Classic Donkey Kong game

Awesome Lists containing this project

README

        

# 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](https://github.com/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:

```shell
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