felipefahl / Hi-Lo-Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi-Lo-Game

The principle of the game is as follows:

  1. The system chooses a number between [Min; Max] (the mystery number)
  2. The player proposes a number between [Min; Max]
  3. If the player's proposal is not the mystery number, the system tells the player whether:
    • a. HI: the mystery number is > the player's guess
    • b. LO: the mystery number is < the player's guess And the player plays again.
  4. The goal of the game is to discover the mystery number in a minimum of iterations.

About


Languages

Language:C# 100.0%