/PyLabyrinthe

Graphical Labyrinthe Game

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

PyLabyrinthe

A 2D Graphical Labyrinthe Game.

Use the Pillow Libarie and run in Python 3.X

Dependecies

Pillow 4.1.0

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

Description

  • 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

State

In progress

ScreenShoot & Map

Spirale 5 Sept. 2017

Learning Adventure