/cow_and_bull_game

This is a python program that will randomly generate a 4-digit number. Ask the user to guess a 4-digit number and for every digit that the user guessed correctly in the correct place, they have a “cow”. For every digit the user guessed correctly in the wrong place is a “bull.” Every time the user makes a guess, tell them how many “cows” and “bulls” they have. Once the user guesses the correct number, the game is over.

Primary LanguagePython

This repository is not active