Skip to content
/ csnake Public

Simple terminal based snake game made using ncurses

Notifications You must be signed in to change notification settings

yeaayy/csnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Simple terminal based snake game made using ncurses.

Compile & Run

To compile into build directory using make run

cmake -B build
make -C build

or if you prefer to use ninja run

cmake -B build -GNinja
ninja -C build

Either case the output binary would be inside build directory. To run it without changing current directory run

./build/snake

Preview

About

Simple terminal based snake game made using ncurses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published