No description
| flatpak | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .version.env | ||
| csnake.c | ||
| csnake.h | ||
| entrypoint.c | ||
| LICENSE | ||
| makefile | ||
| README.md | ||
CSnake
A simple snake implementation in C and ncurses
Installation
Manual
- Download the latest release
- Compile with
make build - Run
make installto 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