No description
- C 93.1%
- Makefile 5.5%
- Dockerfile 1.4%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| .clangd | ||
| .gitignore | ||
| .version.env | ||
| common.h | ||
| Dockerfile | ||
| game.c | ||
| game.h | ||
| io.c | ||
| io.h | ||
| LICENSE | ||
| main.c | ||
| makefile | ||
| README.md | ||
CSnake
A simple snake implementation in C.
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.
Contributing
Feel free to shoot a merge request if you want to improve something.