Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 603 Bytes

Mastermind

A game of mastermind, built in Elm.

The game

In mastermind the goal is the find the sequence of colors, in as few attempts as possible. For every combination you submit, you will receive a hint about how many colors:

  • Color and position matches (✔)
  • Color matches, but position differs (♦)

Where can I play it?

This game is available to play here.

More resources