Skip to content

SarahLucke/Mastermind_JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastermind Game

This game was originally a board game from 1970.

The player has to guess a number of five digits. After each guess the player gets hints to determine which digits are correct.

  • Green stands for a number you guessed correctly and put in the right spot in the number array.
  • Orange stands for a number you guessed correctly, but is not in the right spot of the number array.
  • Red stands for a number you guessed that doesn't belong in the number array.

Play it on my GitHub Pages


Implementation

The game is completely done in JavaScript using HTML input elements.

screenshot mastermind

License

GNU General Public License 3

About

The number guessing game Mastermind using HTML, CSS and JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published