Skip to content

CristyTarantino/code-breaker

Repository files navigation

JavaScript "Code Breaker" Game

Build Status Maintainability Test Coverage Dependencies

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.

alt tag

Getting Started

To get set up locally, run the following commands:

yarn install
yarn start

Live Demo

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.