Skip to content

Master Mind Game for CS361 project. HTML/CSS for the front end GUI. Javascript DOM to handle changing the game, and Javascript for the game logic.

Notifications You must be signed in to change notification settings

WesDH/MasterMindGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MasterMind, a puzzle solving game.

Instructions: There are 4 randomly chosen colors on the top row (hidden).

  1. The other 10 rows are the amount of turns you have to correctly guess the colors and their correct position.
  2. Try picking up game pieces and placing them on the current row where it is your turn.
  3. If you think you have a good guess, hit submit.
  4. You will receive feedback from the CPU (a black dot means you guessed a correct color and position, a white dot means you guessed a correct color, but it's in the wrong position.)
  5. If you guessed to correct colors and positions before running out of turns, you win! If you run out of turns to guess, you lose.

Credits for assets used:

Spherical gamepieces: Author: Cethiel Link: https://opengameart.org/content/orbs-collection

Square and Diamond gamepieces: Author: Prdatur Link: https://opengameart.org/content/basic-gems-icon-set-remix

Cross gamepiece: Author: Cethiel Link: https://opengameart.org/content/pickup-items-icons

Feedback gamepieces: Author: andi Link: https://opengameart.org/content/checkers

About

Master Mind Game for CS361 project. HTML/CSS for the front end GUI. Javascript DOM to handle changing the game, and Javascript for the game logic.

Resources

Stars

Watchers

Forks

Packages

No packages published