rahulrajaram / snake

C++ Snake program built using ncurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C++ 100.0%