Skip to content

rahulrajaram/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

1. Description

snake.cpp is a C++ program of the Snake game in C++ built using the Ncurses library. It works on Linux/GNU and OS X and requires ncurses installed.

2. Execution

git clone https://github.com/rahulrajaram/snake.git
cd snake
g++ snake.cpp -std=c++11 -lncurses -lpanel -pthread -o snake
./snake

Demo Execution

To exit from the game, perform Ctrl+C.

About

C++ Snake program built using ncurses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages