Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wasabigeek/boggle
- Owner: wasabigeek
- Created: 2018-05-24T07:53:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:19:58.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T21:25:58.946Z (2 months ago)
- Language: Python
- Homepage: https://boggle-flask.herokuapp.com/
- Size: 305 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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