Develop bowling game with with Ruby on Rails,two players can play in the same time and they get a random result with every game round.
you can take a look at https://en.wikipedia.org/wiki/Ten-pin_bowling#Rules_of_play
you can try the game at https://bowling2017.herokuapp.com
- fork
- bundle install
- rake db:create db:migrate
- rails s