Guess a random number between 1 and 1000, you will have 9 attempts.
Features • Requirements • Compile & Run • Contributing • License
- A simple guessing game.
- Easy to modify.
- Cross-Platform
- Windows, macOS and Linux.
- g++
- git (optional)
To clone and compile this game, you will need to have git and g++ installed on your computer. From your command line:
git clone https://github.com/CM0use/Guess-Number.git
cd Guess-The-Number
g++ -O2 -std=c++2a src/main.cpp src/utilities.cpp -o guessNumber
Run on macOS & Linux:
./guessNumber
Run on Windows:
guessNumber.exe
Any contribution you make will be greatly appreciated.
If you have any ideas/suggestions to improve the repository, make a fork of the repository and create a pull request.
You can also open the issue tracker to report any improvements or bugs.
Distributed under the GNU General Public License v3.0
See accompanying file LICENSE
or copy at GNU General Public License