Skip to content

MasterMind is an application inspired by the classic boardgame from 1970 (read more about the classic game here). The code was generated using Random.org's free API to generate 8 random digits from 0 -7 in order to create the 4 digit code, or the 6 digit code for the difficult level. User's wins and losses are stored unless they choose to delete…

Notifications You must be signed in to change notification settings

mendozalourdes/mastermind-game

Repository files navigation

MasterMind

Table of Contents

Overview

MasterMind is an application inspired by the classic boardgame from 1970 (read more about the classic game here). The code was generated using Random.org's free API to generate 8 random digits from 0 -7 in order to create the 4 digit code, or the 6 digit code for the difficult level. User's wins and losses are stored unless they choose to delete/reset their wins/losses.

Installation and Viewing

To view this application on your local machine:

  • Clone down this repository
  • Run npm i in your terminal
  • Run npm start in your terminal

Functionality

Basic Game Walk Through

  • User can view instructions, and begin basic game.
    Basic Game

Difficult Game and Restart

  • User can change to difficult mode, and restart the game.
    Difficult mode

Tech Stack

React Badge JavaScript Badge CSS3 Badge

Contributors

Lourdes Mendoza GitHub
Lourdes Mendoza photo

Back to top

About

MasterMind is an application inspired by the classic boardgame from 1970 (read more about the classic game here). The code was generated using Random.org's free API to generate 8 random digits from 0 -7 in order to create the 4 digit code, or the 6 digit code for the difficult level. User's wins and losses are stored unless they choose to delete…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published