Skip to content

An implementation of snake using the ncurses library

Notifications You must be signed in to change notification settings

gendelo3/ncurses_snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

How to run this little ncurses based version of snake:

clone the project.

install ncurses

sudo apt-get install libncurses5-dev

build

open a terminal and run

mkdir build && cd build && cmake ../src && make

play

execute ./Snake.

you can of course copy the binary wherever you want it to be!

About

An implementation of snake using the ncurses library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published