Skip to content

bontail/Snakeletix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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