A multiplayer open source implementation of Boggle in Ruby on Rails.
Copy .env.sample to .env and update as necessary, particularly your Google OAuth2 parameters.
bundle
rake db:setup
rails s
guard
On Windows, use bundle install --without production.
The dictionaries used are the English and English (GB) dictionaries, with the first set of acceptable variants, obtainable from http://wordlist.aspell.net/scowl-readme/. This is because not all operating systems have dictionaries, and often these dictionaries do not provide plural versions.
These can be browsed in dict/ and updated as necessary. At last count there were approximately ~243,000 words.
Load the dictionary with rake db:setup.