A 2D Graphical Labyrinthe Game.
Use the Pillow Libarie and run in Python 3.X
Linux Installation:
- apt-get install python3-dev python3-setuptools
- apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk
- pip3 install --upgrade Pillow
WebSite of Pillow : https://python-pillow.org/ GitHub : https://github.com/python-pillow/Pillow
- To lunch the game run : game.py
- To customize the Labyrinthe, edit the CustomLaby.py
- To customize the effect list, edit the LabyText.py
- To customize the Monster move strategy, edit the MonsterEngine.py
In progress