Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ynfuien/snake-c
- Owner: Ynfuien
- License: gpl-3.0
- Created: 2023-08-30T15:37:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T15:51:46.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:42:20.483Z (about 2 months ago)
- Topics: c, clang, sdl2, snake, snake-game
- Language: C
- Homepage:
- Size: 540 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.