Metadata-Version: 2.1
Name: ipywidgets-game-wolf-goat-cabbage
Version: 0.2.0
Summary: The 'Wolf-Goat-Cabbage' game with Jupyter Notebook
Home-page: https://gitlab.u-psud.fr/edwige.gros/ipywidgets-games/tree/master/Wolf-Goat-Cabbage
Author: Edwige GROS
Author-email: edwige.gros@laposte.net
License: UNKNOWN
Description: # Wolf Goat Cabbage game with Jupyter Notebook
        
        The goal is to make the wolf, the goat and the cabbage cross the river with a two-seats boat. 
        The wolf cannot be left alone with the goat and the goat cannot be left alone with the cabbage. 
        
        There are two ways to interact with the game :
        * Using the buttons 
        * Execute code in the cells below the visualisation
        
        Link to the [Demo.ipynb](https://gitlab.u-psud.fr/edwige.gros/ipywidgets-games/blob/master/Wolf-Goat-Cabbage/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=%2FWolf-Goat-Cabbage%2FDemo.ipynb)
        
        
        Dependencies:
        * ipywidgets
        * notebook
        * traitlets
        
        Install
        ```
        pip install ipywidgets_game_wolf_goat_cabbage
        ```
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
