Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelchadwick/bogdle
A Wordle-inspired Boggle clone
https://github.com/michaelchadwick/bogdle
audio boggle boggle-game daily-game game puzzle single-page-application webapp wordle wordsearch wordsmyth
Last synced: 7 days ago
JSON representation
A Wordle-inspired Boggle clone
- Host: GitHub
- URL: https://github.com/michaelchadwick/bogdle
- Owner: michaelchadwick
- License: mit
- Created: 2022-03-15T15:31:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T01:47:33.000Z (2 months ago)
- Last Synced: 2025-01-19T02:42:35.586Z (8 days ago)
- Topics: audio, boggle, boggle-game, daily-game, game, puzzle, single-page-application, webapp, wordle, wordsearch, wordsmyth
- Language: JavaScript
- Homepage: https://bogdle.neb.host
- Size: 4.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Bogdle
A Boggle clone, visually-inspired by [Wordle](https://nytimes.com/games/wordle), and mechanically-inspired by [Wordsmyth](https://apps.apple.com/us/app/wordsmyth-a-daily-word-game/id1534959553) (and a little by [Crosswordle](https://crosswordle.vercel.app)).
## Animation
Animation is provided by [Animate.css](https://animate.style), a very cool drop-in CSS file that allows you to easily add animations to elements.
## Audio
There are a few optional sound effects to turn on. Loading is done through [CacheStorage](https://developer.mozilla.org/en-US/docs/Web/API/CacheStorage) to avoid making a bunch of needless XHR calls. Thanks to Fliss for providing the sounds!
## Dictionary
I always wanted a quick way to look up an unknown-to-me word in a game, so I added a quick lookup. Thanks to [Free Dictionary API](https://api.dictionaryapi.dev) for existing!
## Time
Shout out to [The Epoch Converter](https://www.epochconverter.com) for their invaluable tools dealing with days and time and whatnot.
## License
All parts of this app are free to use and abuse under the [open-source MIT license](LICENSE.md), although the list of English words was taken and modified from the below word lists.
* [small (~25k) - github/dolph/dictionary](https://raw.githubusercontent.com/dolph/dictionary/master/popular.txt)
* [medium (~138k) - github/benhoyt/boggle](https://raw.githubusercontent.com/benhoyt/boggle/master/word-list.txt)
* [large (~370k) - github/dwyl/english-words](https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt)Word lists were further filtered for anagrams, commonality, and vulgarity.
* [commonality filter] - [hit.uib.no/icame/brown/bcm.html](http://www.hit.uib.no/icame/brown/bcm.html)
* [vulgarity filter] - [cs.cmu.edu/~biglou/resources](https://www.cs.cmu.edu/~biglou/resources/)