Skip to content

I created a Bulls and Cows game using Python and also adapted voice assistance by using text to speech conversion.

Notifications You must be signed in to change notification settings

amulyamarali/COWS_BULLS_GAME

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

COWS_BULLS_GAME

I created a Cows and Bulls game using Python and also adapted voice assistance by using text to speech conversion. Here, you can play a game where you have 10 attempts to guess the right four digit code. RULES: The four digit code has unique numbers from 0 to 9. Which means the numbers are not repeated. The player has 10 attempts. The code entered by the player should not have any spaces between them. Cows denote the number of correct digits. Bulls denote the number of correct places.

I have just tried to implement the Mastermind game in my own way. You can use my code and enhance by adding more features such as GUI. Thank you for looking into it.

PACKAGES TO BE INSTALLED: pyttsx3

you can install it in your cmd prompt shell by typing:

pip install pyttsx3

About

I created a Bulls and Cows game using Python and also adapted voice assistance by using text to speech conversion.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages