Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vidojesevic/cnake

Simple snake game in C
https://github.com/vidojesevic/cnake

Last synced: about 1 month ago
JSON representation

Simple snake game in C

Awesome Lists containing this project

README

        

# cnake
Simple snake game in C

## Usage
First, need to compile the program using gnu make
```
make
```
To play a game in 'normal mode', run:
```
./build/snake -s normal
```

### Speed
Game currently has 3 speed modes, normal, fast and faster.