Foggle is a game by math-club, coded in python.
There are 2 versions of the UI, TUI and GUI.
TUI stand for Terminal User-Interface.
It's the test version of the Foggle.
Simply run foggle_tui.py
using python3
GUI stand for Graphical User-Interface. It's the main version of the Foggle. To run it, you'll need PySimpleGUI: pysimplegui.readthedocs.io
Then simply run foggle.py
using python3
.
- Nathan: realize complete implementation of GUI and algorithm.
- Timéo: realize integrate implementation of OOP core features.
See commit history for more informations.