Project Overview
BULLS AND COWS game is a popular guessing game that can be
played by two or more people. The object of the game is to guess
a secret code consisting of a sequence of digits. Each guess is
compared to the secret code, and the number of "bulls" and
"cows" is counted and revealed to the guesser.
In this version of the game, the computer generates a secret
number which the User must guess.
Technologies and methodologies used
Python
OOP
GIT