A fun terminal-based number guessing game using Python, where the player must guess a secret 4-digit code within a limited number of attempts.
The game also provides feedback in terms of bulls and cows after each guess.
- The computer randomly generates a 4-digit secret code.
- Digits range from 0 to 9, and duplicates are allowed.
- You have 10 attempts to guess the correct code.
- After each guess, you'll receive feedback:
- Bulls: Correct digits in the correct position.
- Cows: Correct digits but in the wrong position.
- Bulls: Correct digits in the correct position.
- Input validation
- Customizable code length and number of attempts
- Clear feedback system
If you find any bugs, have any feature suggestions, feel free to open an Issue or reach out to me.
Your feedback makes this project better! 😊