Skip to content

nypava/snake-sdl

Repository files navigation

Snake game SDL

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).

Dependencies

Build

git clone https://github.com/nypava/snake-sdl
cd snake-sdl
make

Run

./snake

About

A classic Snake game written in C using SDL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published