Classic Code-Breaking game
Mastermind is a classic code-breaking game where one user(in our case the computer) creates a four-character code that the other player has ten attempts to guess. After each guess, the computer gives the user feedback which helps inform their next guesses.
I really enjoyed working on this project, and added a Mario-themed UI to make it a bit more interesting than the classic version, which uses colored pegs.
While this project is currently in a fully functional state, I am planning to do a bit of maintenance on it. Specifically, I want to add Redux to help clean up the code, comment the code more thoroughly, add sound effects, and add animations.