A little Balltleships Client created using Rails 3.2.1 to play battleships with the Battle Service, this is availible in another repo.
Instructions:
- git clone git@github.com:sanjuro/Battle-Client.git
- Build your RVM gemset if you use gemsets and switch to it
- Set up your db credentials and update database.yml file
- rake db:migrate
- rails server