A Python version of the classic 2-player code-breaking game, Bulls and Cows. More information regarding rules can be found here.
Navigate to src and download the file. Then, run either:
python3 main.pyif you have MacOS/Linux.python main.pyif you have Windows.