This is a Challenge for the company AxiomZen made during the VanHackathon 2016.
This project is using the API made by Adão Raul.
Make sure you have Ruby and the Heroku Toolbelt installed.
$ git clone git@github.com:andresouza/mastermind.git # or clone your own fork
$ cd mastermind
$ bundle install
$ npm install
$ bower install
$ rackupYour app should now be running on localhost:9292.
$ heroku create
$ git push heroku master
$ heroku open
or
- Create a real time interaction between the codemaker and codebreaker;
- Create a random game mode;
- Improve the design.







