Metadata-Version: 2.1
Name: ipywidgets-game-maze
Version: 0.1.2
Summary: Solve a 3 dimentional maze with Jupyter Notebook
Home-page: https://gitlab.u-psud.fr/edwige.gros/ipywidgets-games.git
Author: Edwige GROS
Author-email: edwige.gros@laposte.net
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: timer
Requires-Dist: ipywidgets
Requires-Dist: pythreejs

# 3 dimensional maze

The goal is to get the ant out of the maze using the following functions :
* move()
* right()
* left()
* up()
* down()
* horizontal()
* look()

The game is available both in english and french. 

Link to the demonstration :
* [Demo.ipynb](https://gitlab.u-psud.fr/edwige.gros/ipywidgets-games/blob/master/Maze/ipywidgets-games-maze/Demo.ipynb)
* The binder : [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/git/https%3A%2F%2Fgitlab.u-psud.fr%2Fedwige.gros%2Fipywidgets-games.git/master?filepath=Maze%2Fipywidgets-games-maze%2FDemo.ipynb)


Dependencies:
* notebook
* ipywidgets
* pythreejs
* traitlets

