Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mesalilac/csnake

snake in c
https://github.com/mesalilac/csnake

Last synced: about 1 month ago
JSON representation

snake in c

Awesome Lists containing this project

README

        

## Install Dependencies

debian

```bash
$ sudo apt install libsdl2-dev libsdl2-gfx-dev
```

## Build

```bash
$ make build
```

## Run

```bash
./csnake
```