Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ergeibimed/snakegame
A Simple Snake Game in C using raylib
https://github.com/ergeibimed/snakegame
Last synced: about 1 month ago
JSON representation
A Simple Snake Game in C using raylib
- Host: GitHub
- URL: https://github.com/ergeibimed/snakegame
- Owner: ErgeibiMed
- License: mit
- Created: 2024-11-19T00:52:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-19T01:00:33.000Z (about 2 months ago)
- Last Synced: 2024-11-19T02:17:37.016Z (about 2 months ago)
- Language: C
- Size: 374 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# A simple snake game in C with raylib
## Quickstart
### to build the binary from source run
```console
$ make -B
```### to start playin run
```console
$ make run
```## Demo
https://github.com/user-attachments/assets/ce25d533-a165-4d87-b36a-7db24d5210de
# Dependencies
[raylib](https://www.raylib.com/)# License
Please read the [LICENSE-MIT](https://github.com/ErgeibiMed/SnakeGame/blob/main/LICENSE) file in this repository for more information.