/Boggle

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Foggle

Foggle is a game by math-club, coded in python.

Installation

There are 2 versions of the UI, TUI and GUI.

TUI

TUI stand for Terminal User-Interface. It's the test version of the Foggle. Simply run foggle_tui.py using python3

GUI

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.

Tasks repartition

  • Nathan: realize complete implementation of GUI and algorithm.
  • Timéo: realize integrate implementation of OOP core features.

See commit history for more informations.