Skip to content

eliasdeallmeida/number-guessing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Guessing Game

Game project developed in C Language. In this game you need to guess the number in the range from 1 to 100 before your attempts run out.

Tools

  • C
  • GCC Compiler
  • Makefile (to compile multiple files)

How to use

With the GCC Compiler installed, open the repository on your Code Editor and type in the terminal:

Windows

mingw32-make
game.e

Linux

make
./game.e

MacOS

make
./game.e

The Game Running

Game Preview 1 Game Preview 2

License

MIT License

About

Game project developed to improve C Language skills

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published