Skip to content

Implementation of old Snake game using ncurses library written in C

License

Notifications You must be signed in to change notification settings

samuelbsource/ncurses-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake made in C using ncurses library

Implementation of old Snake game using ncurses library written in C

You'll obviously need ncurses library installed on your system

  • Ubuntu/Debian:
apt-get install libncurses5-dev
  • Arch Linux:
pacman -S ncurses
  • Gentoo:
emerge --ask sys-libs/ncurses

Compile it like this

make

Run it like this

./snake.out

It uses Unix signals so probably wont run on Windows. Feel free to contribute and shout at me if I made something wrong.

About

Implementation of old Snake game using ncurses library written in C

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published