Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.