Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jazzpi/cnake

A C implementation of Snake on the command line
https://github.com/jazzpi/cnake

Last synced: 24 days ago
JSON representation

A C implementation of Snake on the command line

Awesome Lists containing this project

README

        

# Cnake

Cnake is a simple implementation of Snake for the command line, in C.

To build and run, simply run

``` sh
make
./cnake
```