Skip to content

ear7h/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

snake gif

Classic terminal snake game implemented in C. Runs mostly smooth. Please submit an issue if you have any problems running or building 🎫

Binary file for macOS can be found in releases page.

Build instructions

Building requires cmake.

From root project directory

> mkdir cmake-build-release
> cd cmake-build-release
> cmake -DCMAKE_BUILD_TYPE=Release ../
> make

This should result with a built binary in the cmake-build-release directory

Todo

  • Refresh only the snake piece being pushed out

About

Snake game in c

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published