Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mesalilac/csnake
snake in c
https://github.com/mesalilac/csnake
Last synced: about 1 month ago
JSON representation
snake in c
- Host: GitHub
- URL: https://github.com/mesalilac/csnake
- Owner: mesalilac
- Created: 2023-08-03T11:36:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-08T06:30:52.000Z (over 1 year ago)
- Last Synced: 2024-05-06T06:21:42.833Z (8 months ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```