Skip to content

Simple Boggle that cross-validates the input words against the combination from OpenAPI. For current purpose, rapidapi.com/codebox/api/boggle is used as dictionary providers.

License

Notifications You must be signed in to change notification settings

dev-dpoudel/boggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with boggle

You can try boggle in your local machine. Simply download the source files, create a environment and install dependencies.

Install dependencies in virtual env

  1. python -m venv <name_of_environment>
  2. source <name_of_environment>/bin/activate
  3. 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.

Run : flask run

You are now able to request keys for board

  1. GET /board : Get keys for board in list
  2. GET /board/wordlist : Get all valid boggle words for current session
  3. GET /board/valid/{word} : check if your input is correct
  4. GET /board/results : show the results

About

Simple Boggle that cross-validates the input words against the combination from OpenAPI. For current purpose, rapidapi.com/codebox/api/boggle is used as dictionary providers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published