Metadata-Version: 2.1
Name: ipywidgets_game_jugs
Version: 0.0.1
Summary: The water jug riddle 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
Description: # Water Jug Riddle
        
        The player has two ungraduated jugs with two different capacities. For instance, the first one has a 5 liters capacity and the second one a 7 liters capacity. The player has 3 possible actions on each jug:
        - Fill the jug to its maximum capacity
        - Empty the jug
        - Pour the water of one jug into the other one
        
        The main goal is to obtain all volumes from 0L to 7L. In this version of the game, the player is allowed to try every combination of capacities from 0L to 10L. 
        To execute an action, the player can either :
        - Click on the buttons below the picture
        - Call the class'methods
        
        Link to the demonstration :
        
        - [Demo.ipynb](https://gitlab.u-psud.fr/edwige.gros/ipywidgets-games/blob/master/Desktop/Fac_Orsay/Stages/ipywidgets-games/Jugs/Demo.ipynb)
        - 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=Jugs%2Fipywidgets-games-jugs%2FDemo.ipynb)
        
        
        Dependencies:
        - notebook
        - ipywidgets
        - ipycanvas
        - traitlets
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
