Skip to content

Rails web app allowing you to play Battleships against the server.

Notifications You must be signed in to change notification settings

julesce/battleships

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Install the relevant gems:

bundle install

Create your database:

rake db:create

Migrate your database:

rake db:migrate

Seed the initial starting data. See db/fixtures.

rake db:seed_fu

And fire up the server!

rails s

Testing

To run the test suite, simply fire up rspec after initialising the test database:

rake db:test:prepare

rspec .

To Do

  • Create exhaustive integration tests using Capybara etc. to really test the UI thoroughly.

  • Localise the app.

  • Build a smarter local AI to play against.

About

Rails web app allowing you to play Battleships against the server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published