elrnv / bulls-and-cows

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:Apache License 2.0


Languages

Language:Rust 100.0%