Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClassicSnake

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:

  $ ./game

To configure the dimensions of the play area

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

Any other options given will just print the help information

About

snake.69 is a Snake game built in C using the ncurses library for terminal graphics and input handling. Control the snake, eat food, and avoid collisions. A fun project to practice C programming, game logic, and explore ncurses for enhanced terminal-based user interfaces.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages