NB. Still a Work In Progress
Inspired by a world in which 4 people are not allowed to gather around a table with a pack of cards.....
This is a Rails app which generates four hands and allow you to share the game code with friends far afield, so they can assemble their hands from disparate packs of cards.
Currently hosted on Heroku as Bridge Hands Generator.
bundle install
npm install
rake db:create
rake db:migrate
rake db:seed
rails s
to follow..
I've deployed my app to Heroku, their guidance is excellent so I won't recreate it here.
...