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

https://github.com/bontail/snakeletix

2D game
https://github.com/bontail/snakeletix

2d-game c game sdl sdl-ttf sdl2 sdl2-image sdl2-mixer sdl2-ttf snake snake-game

Last synced: 2 months ago
JSON representation

2D game

Awesome Lists containing this project

README

        

# Snakeletix

#### 2D game (*like a typical snake*) written in C language with SDL2

![Snakeletix Procces](SnakeletixProcces.gif)

### Git

```shell
git clone https://github.com/bontail/Snakeletix.git
```

### Run

To run the game, you will need to have SDL2, SDL_image, SDL_mixer, SDL_net, and SDL_ttf libraries installed on your system.

You can install these libraries using your system's package manager or by downloading them from their respective websites.

Also required Cmake.

```shell
mkdir build && cd build
cmake .. && cmake --build .
./Snakeletix
```