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 👨🎓.
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 🕺.
Basics of C ad standard libraries.