Skip to content
/ snake Public

simple snake game, which is writte in C using ncurses.h

Notifications You must be signed in to change notification settings

ax4w/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

img

simple snake game, which is writte in C using ncurses.h

To Run

gcc main.c -lncurses -pthread -I game/ game/game.c -I snake/ snake/snake.c -I apple/ apple/apple.c -o snake.o

Know issues

  • Two * spawn for one apple, where one * has no hitbox

About

simple snake game, which is writte in C using ncurses.h

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages