Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrjones-plip/offline-boggle-boards
A simple, single page web app to generate Boggle boards that works offline.
https://github.com/mrjones-plip/offline-boggle-boards
boggle
Last synced: 5 days ago
JSON representation
A simple, single page web app to generate Boggle boards that works offline.
- Host: GitHub
- URL: https://github.com/mrjones-plip/offline-boggle-boards
- Owner: mrjones-plip
- License: mit
- Created: 2021-07-03T23:10:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T23:00:44.000Z (over 2 years ago)
- Last Synced: 2024-03-18T18:10:39.616Z (9 months ago)
- Topics: boggle
- Language: CSS
- Homepage:
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Offline Boggle Boards
This project is the answer to the question, "What's the easiest way to play Boggle on a flight without internet?", but being frustrated that options in the app store all are ad laden.
If you load this app on your phone while online, it will continue to work even when offline, without Internet connectivity.
[![Board Example](./images/offline.boggle.boards.png)](https://mrjones-plip.github.io/offline-boggle-boards/)
## Using
The easiest way to use this is to go to [the website](https://mrjones-plip.github.io/offline-boggle-boards/) and then just keep the page open.
You can also download this repo and open the `index.html` page and open it in a browser.
After the page is loaded. When you're ready to play a new game, click the "New Game" button. The dice will change color when the game ends and the 3 minute timer runs out.
## FAQ
1. **Q:** Help! The board is too big in my browser and going off the screen! What do I do!
**A:** Make the browser window narrower.
1. **Q:** Wait...where do I enter in my words?**A:** You provide the paper and writing utensils ;)
## Outstanding features
* [X] Add timer
* [X] Mobile support
* [X] Add anti-sleep features for mobile
* [ ] Add PWA support
* [ ] Ability to generate a page full of boards for printing/saving as PDF
* [ ] Fix font sizing/centering
* [ ] Enable pause
* [X] Add dark mode## Thanks
I got the idea from [Jim's Boggle Board Generator Perl App](http://xuth.net/programming/bog_cgi/). Thanks Jim!