Skip to content

esphung/c-number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Guessing Game in C

Example game that teaches:

  • handling raw user input
  • how to use make to build a c program
  • steps algorithm
# how to run the program
make clean
make all
make run

About

c++ number guessing game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published