Mastermind
This is a classic Mastermind game implemented using ScalaJS and Tailwind CSS. It was originally built as an experiment in bringing strongly-typed functional programming to the browser.
How to play
- The computer picks a hidden sequence of 4 colored pegs.
- You have 10 attempts to guess the sequence.
- After each guess, you get feedback:
- Black peg: Correct color in the correct position.
- White peg: Correct color in the wrong position.