Studio-stage-snake in c++
A downloadable game for Linux
The classic game of snake developed in C++ using ncurses library
Code available at https://github.com/arshdeepdgreat/snake-game-in-c-using-ncurses
Status | Released |
Platforms | Linux |
Author | arshdeepdgreat |
Tags | Arcade |
Download
Download
snake-game-in-c-using-ncurses.zip 29 kB
Install instructions
First extract the files and open a Linux terminal with elevated privileges
you can run this game by installing the ncurses library
```sudo apt-get install libncurses5-dev libncursesw5-dev```
then ```chmod +x makefile```
and then executing the make file
``` make makefile```
watch video for better details
Leave a comment
Log in with itch.io to leave a comment.