Simple Snake game written with SDL3.
- SDL3 (x64 libraries already provided in lib/)
- libfreetype-dev (
sudo apt install libfreetype-devfor Debian based systems)
Just run make.
To remove intermediate object files, make clean.
To compile with debug informations: make CFLAGS=-DDEBUG
You need to compile:
for your architecture and put the static library files in lib/, as the x86 counterpart.
Alternatively, you can download the libraries through a package manager and edit the Makefile to refer those libraries.
Just move the snake with the arrow keys.
This was just a simple test to learn SDL3.