Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!