No description
  • C 93.1%
  • Makefile 5.5%
  • Dockerfile 1.4%
Find a file
0x5041594f 18cb804ff5
All checks were successful
/ create-release (push) Successful in 15s
move -largp to workflow user flags
2026-04-29 15:35:18 +02:00
.forgejo/workflows move -largp to workflow user flags 2026-04-29 15:35:18 +02:00
.clangd update .clangd 2026-04-28 15:53:00 +02:00
.gitignore redo makefile 2026-04-23 11:39:10 +02:00
.version.env Version bump: v2 2026-04-29 14:48:04 +02:00
common.h add background option 2026-04-29 10:48:20 +02:00
Dockerfile add dockerfile 2026-04-23 11:40:42 +02:00
game.c use c23 auto where possible 2026-04-29 13:42:35 +02:00
game.h rename files 2026-04-28 12:04:14 +02:00
io.c remove unused header 2026-04-29 14:49:08 +02:00
io.h randomized color for apple 2026-04-29 12:09:52 +02:00
LICENSE add licence 2025-02-14 14:19:51 +01:00
main.c use c23 auto where possible 2026-04-29 13:42:35 +02:00
makefile move -largp to workflow user flags 2026-04-29 15:35:18 +02:00
README.md more cleanup 2026-04-28 14:03:41 +02:00

CSnake

A simple snake implementation in C.

Installation

Manual

  • Download the latest release
  • Compile with make build
  • Run make install to put the bin in your binaries
  • You can also download the binary directly from the release (not recommended)

Automatic

You can also install with the AUR.

Contributing

Feel free to shoot a merge request if you want to improve something.