Cows and Bulls Numbers is a puzzle game where user have to guess & find the number picked by the computer.
Implemented in Java.
The aim of the project is to create a small console level puzzle game.
Download the file, CowsAndBullsNumbers.java and run as a Java application.
3. For each digit of the guessed number, if it's there in the computer generated number and in the same position, that is a Bull. If the digit is there but in the different position, it is a Cow.
4. These Cows and Bulls must be used to guess the number (if used wisely, it will take you a step closer!).
Your contributions are always welcome! Feel free to improve existing code, documentation or implement new algorithm. If there are big changes, kindly open an issue to propose them.