Skip to content

This is a simple Guessing Game written in C++

Notifications You must be signed in to change notification settings

SdAm1n/GuessGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guess Game

This is a simple number Guessing Game written in C++. Highest Score is saved in a txt file name best_score.txt .

  • Requirement: C++ compiler (preferably GNU Compiler) needs to be installed in your pc.

How to run on Linux

  • Using the makefile
  1. open terminal in project directory
  2. use the following command:
$ make
$ ./'Guess Game'
  1. To clean the object files and build the project again from scratch use command
$ make clean
  • Without using makefile : can use the following commands to compile the project :
$ g++ *.cpp -o filename
$ ./filename

About

This is a simple Guessing Game written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages