What is Boogle?
Boogle is a word game based off of boggle, where you match letters adjacent to each other including diagonals to form a word. However, as I was short on time orignally when making this game, you can cheat and go through the gaps to create words from anywhere, hence it being called Boogle not Boggle.
Why can I not play on my phone?
Being my first web project, I did not plan to support touch screens and thus this game does not support mobile devices. You must use a device with pointer support. The site is also not optimised for mobile.
Where can I find the source code?
It can be found on my GitHub, which you can find on my main website.
Tell me more about this project
This site was originally a school project that I had to create. It was based in Electron for a singular purpose: offline support. With this requirement no longer required, I was able to remove a bulk of the excess dependencies and reduce the size dramatically. As a result it works only online now.
What changed from the first revision?
Much of the user interface has been adapted to work outside of the bloated application. Parts of jQuery have been updated to no longer use deprecated functionality.
Why are some words detected as wrong when they are real?
Unfortunately I am querying a dictionary API and their word list is not very robust.
The user interface looks like poo
Thanks!