Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 328 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 328 Bytes

EnhancedWars

A turn based multiplayer strategy game.

Installation

Install all dependencies with bundler:

$ bundle install

Run the game

Start the game using rackup:

$ bundle exec rackup

Open the game in your browser at: http://localhost:9292/index.html.