Skip to content

MarcTy/Snake-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Snake-in-C

Snake game crafted with C and Ncurses library.

"WASD" to move

To compile and run:

gcc snake.c -o snake -I"path-to-curses-library" -lncurses
./snake

For error handling:

gcc -Wall -g snake.c -o snake I"path-to-curses-library" -lncurses
./snake

Works with Powershell version-7.3.6, gcc compiler, ensure Curses library is installed and reachable.

snakec

12*12 Dimensions

Buglist:

  • Microsoft Powershell version-5.1.22621.1778 crash on fruit pickup

About

Snake game crafted with C and Ncurses library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages