No description
Find a file
2025-03-06 16:48:23 +01:00
flatpak fix(flatpak): Revert to 1.8.3 in metainfo 2025-03-06 16:48:23 +01:00
.gitignore Add .env to gitignore 2025-03-03 22:10:10 +01:00
.gitlab-ci.yml Added makefile task to increase version 2025-03-03 23:44:34 +01:00
.version.env Version bump: v1.8.3 2025-03-06 14:18:36 +01:00
csnake.c Merge branch csnake:master into feat/win-title 2025-03-05 13:38:03 +01:00
csnake.h Added cli arguments 2025-02-11 17:02:23 +01:00
entrypoint.c feat: Added Window Title 2025-03-04 15:07:06 +01:00
LICENSE add licence 2025-02-14 14:19:51 +01:00
makefile fix: Added broader ncurses libs compatibility 2025-03-04 00:17:41 +01:00
README.md Fix typo in README.md 2025-03-06 14:36:25 +01:00

CSnake

A simple snake implementation in C and ncurses

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 or with Flatpak.

Contributing

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

Making a new release

(This is for maintainers)

  • Commit everything that needs to.
  • Run make VERSION=v<target version> prepare_release
  • Check that everything is right
  • Push to master or make a merge request