Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wasabigeek/boggle

Boggle Webapp built with Flask
https://github.com/wasabigeek/boggle

Last synced: 18 days ago
JSON representation

Boggle Webapp built with Flask

Awesome Lists containing this project

README

        

![Boggle Screenshot](docs/boggle.gif?raw=true "Boggle Screenshot")

### HOW TO PLAY LOCALLY
- Copy `example.env` as `.env`
- In command line, go to project root folder and run `pipenv run flask run`
- Open the url in browser
- Enjoy!

Note:
- An internet connection is needed to load some JS files for running the timer, but you can still play without the timer.
- A `Procfile` is included for easy deployment to Heroku