Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 546 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 546 Bytes

TypingHero

Multiplayer touch-typing game

Installation

git clone [email protected]:drugpl/TypingHero.git bundle

Running server

One of the players has to run server

ruby bin/server.rb

Running clients

ruby bin/game USERNAME server_ip

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request