Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madebypixel02/basic-oop-donkey-kong-in-python
- Owner: madebypixel02
- Created: 2021-03-24T21:12:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-04T16:09:25.000Z (almost 2 years ago)
- Last Synced: 2023-09-04T20:14:11.002Z (about 1 year ago)
- Topics: data-science, data-structures, donkey-kong, donkeykong, programming, python, python-pip, pyxel, pyxeledit, uc3m
- Language: Python
- Homepage:
- Size: 12.6 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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