snake-preview.mp4
This is a classic Snake game written in C using SDL, but it’s more challenging than the traditional version.
The game has two modes: "reverse" and "normal", the reverse one inverts directions, whereas the normal one acts normally. This game alternates betweeen these modes as the score progress (every 10 points scored).
- SDL3
- SDL3_ttf (may need to be built from source)
- C compiler (gcc)
git clone https://github.com/nypava/snake-sdl
cd snake-sdl
make
./snake