Code Breaker game using JavaScript. Based off the board game Mastermind, the game will randomly generate a hidden code and the player gets 10 attempts to guess that code based on provided feedback.
To get set up locally, run the following commands:
yarn install
yarn start
https://cristytarantino.github.io/CodeBreakerProject to see a working version of this project. Feel free to alter and expand on this project to make your own twist on the Code Breaker game once you've completed the steps.