🎮
Mastermind
A console number-guessing game: the program picks a random 4-digit number and tells you how many digits you got right after each guess until you cr…
A console number-guessing game: the program picks a random 4-digit number and tells you how many digits you got right after each guess until you cr…
A console number-guessing game: the program picks a random 4-digit number and tells you how many digits you got right after each guess until you crack it.
python main.py
Standard library only.
Yes — it is a pure-stdlib console game using only input(), print(), and random.