Mastermind coding challenge, based on the board game.
The application will generate a secret sequence of four colours. To win the game, you must guess this sequence in ten moves or fewer. As you make each guess, the app will respond with colours: white for the number of colours in the right spot, red for correct colours in the wrong spot, and black for any wrong colours.
Built with React.
The site is deployed on Netlify: https://starsuit-mastermind.netlify.com/
- To run locally, clone this repo and run
npm i
(oryarn
) npm start
oryarn start
will start the app on your localhostnpm test
oryarn test
will run the testing suites
Enjoy!