GitXplorerGitXplorer
C

code-breaker

public
0 stars
1 forks
10 issues

Commits

List of commits on branch master.
Verified
0b4e2ea319140e6b91987018254c89a0189a1251

Merge pull request #8 from CristyTarantino/dependabot/npm_and_yarn/handlebars-4.7.6

CCristyTarantino committed 4 years ago
Verified
dab0adb8c92575055ae17a15296f1cee7632169f

Bump handlebars from 4.0.11 to 4.7.6

ddependabot[bot] committed 4 years ago
Verified
88dcb61d87ac2f971109eb7613e15238fbf7814e

Merge pull request #7 from CristyTarantino/dependabot/npm_and_yarn/acorn-5.7.4

CCristyTarantino committed 5 years ago
Verified
f7feee68d018d89bea22a8f740203813024fbb0c

Merge pull request #6 from CristyTarantino/dependabot/npm_and_yarn/extend-3.0.2

CCristyTarantino committed 5 years ago
Verified
70bfd5a936e75855dd7aa938dff8eb97fef57e21

Bump acorn from 5.7.1 to 5.7.4

ddependabot[bot] committed 5 years ago
Verified
e90fd6a30f66c6c2969a36378a2cc7d3897f79e4

Bump extend from 3.0.1 to 3.0.2

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.