Skip to content

The game "snake" made using the ncurses library in C.

Notifications You must be signed in to change notification settings

apstamp45/ncurses-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Screenshot

Ncurses Snake

The classic game "Snake" written in C using the ncurses library.

Intallation

 To install, clone the reposotory and run install.sh with root privelages (needed to move executable and to create the high score file).

How to play

 Use either arrow keys or HJKL keys to guide the snake through the playing field. The goal of the game is to eat the apples (the red boxes) to get the snake as large as possible. The game ends when you either crash into yourself, or press Q to quit the game. The high score should be stored in a file at /etc/snake.hs .

About

The game "snake" made using the ncurses library in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published