mirror of
https://github.com/fredrikr79/SnakeDL3.git
synced 2025-12-25 11:40:22 +01:00
5e6b3af3fc0f14554b5b19cc12d1d03058ac8966
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
Languages
C
95.2%
Makefile
3.5%
Nix
1.3%