twar59 / reversi

This is a reversi game written using Sinatra
1 stars 0 forks source link

reversi

This is a reversi game written using Sinatra

To Setup the app:

NOTE: this site was used as a reference for setting things up: http://www.danneu.com/posts/15-a-simple-blog-with-sinatra-and-active-record-some-useful-tools/

bundle install

( you may need to install some gems? )

rake db:migrate

shotgun