Project for Ruby course at FMI. A multiplayer guessing game.
- Ruby > 2
- Bundler
- Node.js
- Clone the repo
bundler install
rake install
rake start
A web client is accessible at http://localhost:7026/
rake spec
- runs tests
rake
- runs tests and style analysis