Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynfuien/snake-cpp
Simple snake game in C++.
https://github.com/ynfuien/snake-cpp
cpp snake snake-game
Last synced: 5 days ago
JSON representation
Simple snake game in C++.
- Host: GitHub
- URL: https://github.com/ynfuien/snake-cpp
- Owner: Ynfuien
- License: gpl-3.0
- Created: 2023-08-20T12:11:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T20:03:24.000Z (over 1 year ago)
- Last Synced: 2024-11-09T07:42:20.904Z (about 2 months ago)
- Topics: cpp, snake, snake-game
- Language: C++
- Homepage:
- Size: 20.5 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 form my C# snake, using [raylib](https://github.com/raysan5/raylib) for displaying graphic.# Media
![gameplay](https://i.imgur.com/DZ5yQ1L.gif)# License
This project uses [GNU GPLv3](https://github.com/Ynfuien/snake-cpp/blob/main/LICENSE) license.