A CLI implementation of the mastermind game, written in scala!
You must have scala and maven installed.
The game looks best in a terminal with a black background.
Compile the game.
mvn package
You should see "all tests passed", in green, near the end of the console output.
Start the game.
mvn exec:java
Follow the console instructions to play!