Skip to content

soundasleep/rboggle

Repository files navigation

Rboggle Build Status Code Climate Test Coverage

A multiplayer open source implementation of Boggle in Ruby on Rails.

Installing

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.

Dictionary

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.

About

Ruby on Rails implementation of Boggle

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors