Skip to content

osanir/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake

Classic snake game with using ncurses library

Installing ncurses: sudo apt-get install libncurses5-dev

Compile: g++ main.cpp menu.cpp snake.cpp -o snake -lncurses

Run:./snake

Classic Snake

About

Classic snake game with using ncurses library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages