Skip to content

Apadona/snake_tty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple console snake game

snake game coded in C++ for console enviroment.

for compiling the project you need:

gcc ( that supports C++17 )

cmake( atleast 3.16 ) installed.

Linux

For compiling the project simply just run the scripts/build.sh file and it will build automatically. for compiling in debug mode, run scripts/debug_build.sh.

For running the project, simply just execute run.sh for normal build, and debug_run.sh for debugging ( debug build ).

run.sh will supply run the executable with project root directory as it's working directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published