Skip to content

baw/Word-Scramble

Repository files navigation

Build Status

Word Scramble

Can you unscramble like the best of them? Then, this is the game for you. Try to figure out what word is scrambled up from a list of almost 10,000 possible words.

Play a live version of this game at http:https://ws.brianweiser.io/.

Intstallation

  1. Clone or download this repo
  2. Run bundle install
  3. Run rake db:create db:migrate db:seed
  4. Run rails server
  5. Go to localhost:3000

Technologies used

  • Ruby on Rails
  • AngularJS

Todos

  • Create JS tests
  • Add scoring system
  • Add better error handling around min/max length
  • Add reveal word button