You can try boggle in your local machine. Simply download the source files, create a environment and install dependencies.
- python -m venv <name_of_environment>
- source <name_of_environment>/bin/activate
- python -m pip install -r requirements.txt
It is advised to change the environment settings in .env for secret_keys. Also change flaskenv as per your need for port and host bindings.
You are now able to request keys for board
- GET /board : Get keys for board in list
- GET /board/wordlist : Get all valid boggle words for current session
- GET /board/valid/{word} : check if your input is correct
- GET /board/results : show the results