GitXplorerGitXplorer
C

code-breaker

public
0 stars
1 forks
10 issues

Commits

List of commits on branch master.
Verified
afb920d317f5a685fca2f7c8f9274e96505a35b6

Merge pull request #5 from CristyTarantino/dependabot/npm_and_yarn/js-yaml-3.14.0

CCristyTarantino committed 5 years ago
Verified
43b3c7b85c9e6f84ef754a57f6b0414869cf6dc1

Merge pull request #4 from CristyTarantino/dependabot/npm_and_yarn/mixin-deep-1.3.2

CCristyTarantino committed 5 years ago
Verified
e44e0e703068b3e8a57042971180cd094ed2f22c

Bump js-yaml from 3.12.0 to 3.14.0

ddependabot[bot] committed 5 years ago
Verified
2736b0a70c783669bea875c81dce7a285631723d

Bump mixin-deep from 1.3.1 to 1.3.2

ddependabot[bot] committed 5 years ago
Verified
ebeac760a0bff9e374bf56b85149fde2881f39ab

Merge pull request #3 from CristyTarantino/dependabot/npm_and_yarn/https-proxy-agent-2.2.4

CCristyTarantino committed 5 years ago
Verified
329f5539e7d2a25ba5ee9f0d8a5ad137b682d875

Bump https-proxy-agent from 2.2.1 to 2.2.4

ddependabot[bot] committed 5 years ago

README

The README file for this repository.

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.