Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 570 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 570 Bytes

Snakeletix

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

Snakeletix Procces

Git

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.

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