Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 810 Bytes

File metadata and controls

31 lines (19 loc) · 810 Bytes

Minigolf Masters Logo

Minigolf Masters is a 1-4 player local multi-player minigolf game. Compete with your friends to get the lowest total score across 20 courses. 🏌️⛳

Demo

TODO: Add demo video

Title Screen

Level select screen

Controls

Controls: Player 1: Shoot = enter, Movement = arrow keys. Player 2: Shoot = control, Movement W A S D. Player 3: Shoot = num 0, Movement = num 8 num 4 num 6 num 5. Player 4: Shoot space, I J L K

Running game

Clone the repo

git clone https://github.com/Ori-Riaru/minigolf-masters

In the repo base folder run the main script using python

cd minigolf-masters
pip install -r requirements.txt 
python ./src/main.py