Skip to content

MadScientist11/Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Guessing-Game

Guessing game created with NASM for Linux x86, x86_64.

Features

  • Random number is in range [0,100]
  • Attempts limit (default is 7)
  • Implemented error-handling in case of the wrong guess input

Compile and run

NOTE: NASM is required in order to compile the game.

git clone https://github.com/quizandpuzzle/Guessing-Game.git
cd Guessing-Game
./compile.sh
./guessing_game

Releases

No releases published

Packages

No packages published