Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ynfuien/snake-c

Simple snake game in C.
https://github.com/ynfuien/snake-c

c clang sdl2 snake snake-game

Last synced: 5 days ago
JSON representation

Simple snake game in C.

Awesome Lists containing this project

README

        

# Snake in C
Simple snake game ported from my C# snake, using [SDL2](https://github.com/libsdl-org/SDL) for displaying graphic.

# Media
![gameplay](https://i.imgur.com/Fjnhftg.gif)

# License
This project uses [GNU GPLv3](https://github.com/Ynfuien/snake-c/blob/main/LICENSE) license.