DaniLecx / DiceMaze

DiceMaze is a maze game made with Python and Kivy, the goal is to find a path to the exit rolling a dice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DiceMaze

DiceMaze is a maze game, the goal is to find a path to the exit using a dice

Rules

The dice can only roll to a square having the same number as the top of the dice.

The star square is a joker and accepts any number.

Be careful, you only have three chances to go back to the previous square !


If you get stuck after your three chances are exhausted, you LOSE !

If you get the dice to the exit. Congratulations, you WIN !

Demo

DiceMaze Demo

Setup

Install Python 3

Install Kivy

Run the game !

cd your/path/here
python main.py

About

DiceMaze is a maze game made with Python and Kivy, the goal is to find a path to the exit rolling a dice

License:MIT License


Languages

Language:Python 100.0%