Skip to content

Snake game in terminal written in c. Featuring adaptive resizing and colored text graphics!

Notifications You must be signed in to change notification settings

abuharth/snake-term

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

snake-term

Snake game in terminal written in c. Featuring adaptive resizing and colored text graphics!

Dependencies

The only dependency is ncurses, install on debian/ubuntu via

  $ sudo apt-get install libncurses5-dev libncursesw5-dev

Building the Project

Once the project is cloned into a directory, cd into that directory, and run the following commands:

  $ make

Running the Project

To run with default configuration:

  $ ./snake

To configure the dimensions of the play area

  $ ./snake -d [width]x[height]

Any other options given will just print the help information

About

Snake game in terminal written in c. Featuring adaptive resizing and colored text graphics!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published