Distributed multiplayer Battleship game using RabbitMQ
Install Ruby 2.1.1.
rbenv install 2.1.1
Install bundler.
gem install bundler
Install the bundle.
bundle install
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.
Run all tests:
bundle exec rake test