Skip to content

andresouza/mastermind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind Challenge

This is a Challenge for the company AxiomZen made during the VanHackathon 2016.

This project is using the API made by Adão Raul.

Screens

Login

ScreenShot

Games

ScreenShot

Create game

ScreenShot

Trying to play your own game

ScreenShot

Play game

ScreenShot

Win game

ScreenShot

End of game

ScreenShot

Running Locally

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
$ rackup

Your app should now be running on localhost:9292.

Deploying to Heroku

$ heroku create
$ git push heroku master
$ heroku open

or

Deploy to Heroku

TODO

  • Create a real time interaction between the codemaker and codebreaker;
  • Create a random game mode;
  • Improve the design.

About

This is a Challenge for the company AxiomZen made during the VanHackathon 2016.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors