An open API service indexing awesome lists of open source software.

https://github.com/gotz1480/csnake

Terminal-based classic snake game written in C
https://github.com/gotz1480/csnake

snake snake-game snakegame snakegamewritteninc

Last synced: 7 months ago
JSON representation

Terminal-based classic snake game written in C

Awesome Lists containing this project

README

          

# csnake

Terminal-based classic snake game written in C with 5 levels of difficulty.

## Compiling

`make`

## Usage

`./csnake `

The level of difficulty ranges from 1 to 5. Example:

`./csnake 4`