Skip to content

Distributed multiplayer Battleship game using RabbitMQ

Notifications You must be signed in to change notification settings

neilnorthrop/bunnyship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunnyship

Distributed multiplayer Battleship game using RabbitMQ

Install

Install Ruby 2.1.1.

  rbenv install 2.1.1

Install bundler.

  gem install bundler

Install the bundle.

  bundle install

Run it

  ruby test/run.rb

To target yourself you have to specify your player name, which is sketchmeister.

Comment out the console_display.run line if you just want to write to the html file.

Running Tests

Run all tests:

  bundle exec rake test

About

Distributed multiplayer Battleship game using RabbitMQ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.4%
  • HTML 29.6%