About the Game

Code Master is a game similar to the classic 1970’s game, Mastermind. The user has 10 chances to correctly guess the secret code generated by the computer. The secret code is four digits long, and each digit is a value ranging from 0 to 5. The game is over when the user successfully guesses the secret code or runs out of turns.

About the Project

Code Master was initially conceived as a CLI-based program written in Python, but was quickly converted to Java when the concept of making it a GUI-based program started to take shape. This is my first successful GUI-based program.

Versioning

As of Version 3.0, Code Master follows a similar versioning system to Beasties and Yacht.

Screen Shots

Starting a new game Better luck next time Victory! Lots of options The rules About Code Master