/bulls-and-cows

A command line game, where the user guesses a number with unique digits

Primary LanguageRustApache License 2.0Apache-2.0

bulls-and-cows

A command line game, where the user guesses a number with unique digits.

The goal of the game is to guess a number with 4 unique digits correctly in the least number of steps. Valid digits range from 0 to 9 inclusive. Bulls are digits you guessed correctly, and Cows are digits that are correct but in the wrong location. Enter your guesses below as a contiguous 4 digit number with non-repeating digits.