Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 309 Bytes

File metadata and controls

3 lines (3 loc) · 309 Bytes

This class plays a game of Mastermind with you! It creates a random pattern and you try to crack the code! You make guesses, and it tells you how close you are to being correct! Just run main() and it can explain the rules. This is version 1.0 - it is command line only. I haven't had time to make a GUI yet.