guess/README.md

543 B

GUESS THE NUMBER

Game for fun.
Six attempts by default.
Good luck is waiting for you.
Tell your friends.

Get:

git clone https://git.org.ru/nez/guess.git
cd guess

Assemble:

$ make

Change the default number of attempts.
Select T in range 5 to 9:

$ make clean
$ make T=7

Optional:

$ make ready

Run:

$ ./guess

Return value: 0 - success, 1 - failure.

Make the fork,
come up with a feature
and initiate a Pull Request.

repo spirit: Happy to help!