Skip to content

The game of snake implemented in C using ncurses

Notifications You must be signed in to change notification settings

ColTrez/ncursesSnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncursesSnake

The game of snake implemented in C using ncurses.

Requires the ncurses library to be installed. There's some code in here that uses sleep(). I used a macro to use a windows function if its compiled on windows and the unix sleep() otherwise. I did not actually test it on windows though. It works on linux just fine though.

About

The game of snake implemented in C using ncurses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published