Skip to content

A simple command line arcade game, created in order to train with the basics of C programming after the first semester at my Bachelor's degree

Notifications You must be signed in to change notification settings

EliaFantini/A-command-prompt-game-called-STEALTH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

🥷STEALTH GitHub commit activity GitHub last commit GitHub code size GitHub repo size GitHub file count GitHub follow GitHub fork GitHub watchers GitHub star


A simple command line arcade game, created in order to train with the basics of C programming language after the first semester of my Bachelor's degree 👨‍🎓.

Author

Demo

GIF gameplay

Installation and usage

Download the repository and extract everything into a folder. The code has already been compiled as "STEALTH.exe", which can be run directly by double clicking it on any machine with a Windows OS. Otherwise, to compile and run the "STEALTH.c" file, type the following commands into a terminal opened in the folder where you extracted the zip's content:

  gcc STEALTH.c -o STEALTH
  ./STEALTH

You can now play the game 🕺.

🛠 Skills

Basics of C ad standard libraries.

🔗 Links

portfolio linkedin

About

A simple command line arcade game, created in order to train with the basics of C programming after the first semester at my Bachelor's degree

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages