fredrikr79 e09b52c9ed snake now moves in reaction to itself
- natural snake movement for whole body
2025-04-06 11:51:01 +02:00
2025-04-06 11:51:01 +02:00
2025-02-01 10:22:33 +01:00
2025-02-01 10:21:44 +01:00
2025-02-01 10:24:02 +01:00
2025-02-01 09:34:57 +01:00
2025-04-06 00:16:19 +02:00
2025-02-01 10:21:44 +01:00
2025-02-01 10:21:44 +01:00

SnakeDL3

a game of snake written in the brand new SDL3/C

running the game

this game uses nix to manage dependencies.

after downloading nix, you can simply clone the repository, enter the directory with direnv enabled and you will automatically get all the dependencies needed.

if you don't have direnv, you can run

    $ nix-shell .

to enter a shell with the required dependencies.

after this, you can run the game by typing

    $ make run
Description
a game of snake written in the brand new SDL3/C
Readme MIT 142 KiB
Languages
C 95.2%
Makefile 3.5%
Nix 1.3%