Ram Maheshwari Logo Image
Gennadiy Gaysha

Bulls and Cows

Bulls and Cows is a Python terminal game, which runs in the Code Institute mock terminal on Heroku.

Project Image

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