Code Breaker game in Python. Can you guess the three digit number?
- Download and unzip the code.
- Navigate to the location with your console.
- Run CodeBreaker.py with the following command: "Python CodeBreaker.py"
- Randomly generated three digit number.
- You get 3 types of clues: Match, Close, Nope
- The functions are in the CodeBreakerFunctions.py file.