/poker

Primary LanguageRuby

  1. Install dependencies bundle install

  2. Boot your server rails server

  3. Go to http://localhost:3000/poker to view the results of the given hands.

  4. To run tests, run rake spec