A snake game in the terminal
Find a file
2026-07-14 21:45:10 +02:00
docs Init Project 2026-07-14 21:45:10 +02:00
lib Init Project 2026-07-14 21:45:10 +02:00
LICENSES Init Project 2026-07-14 21:45:10 +02:00
resources Init Project 2026-07-14 21:45:10 +02:00
scripts Init Project 2026-07-14 21:45:10 +02:00
src Init Project 2026-07-14 21:45:10 +02:00
test Init Project 2026-07-14 21:45:10 +02:00
.editorconfig Init Project 2026-07-14 21:45:10 +02:00
.gitignore Init Project 2026-07-14 21:45:10 +02:00
.gitmodules Init Project 2026-07-14 21:45:10 +02:00
AUTHORS.md Init Project 2026-07-14 21:45:10 +02:00
CONTRIBUTING.md Init Project 2026-07-14 21:45:10 +02:00
project.json Init Project 2026-07-14 21:45:10 +02:00
project.json.license Init Project 2026-07-14 21:45:10 +02:00
README.md Init Project 2026-07-14 21:45:10 +02:00

TSnake - Terminal Snake

This is the beginning of a snake game for the terminal written in C3 0.8.2.

Screenshots

<TODO>

Building

The c3c compiler is required to build this project, get it through your package manager of choice, or download the binaries from Github.
After installing the compiler, the project can be compiled with c3c build -O5 for release builds, or with c3c build for debug builds. No external dependencies except for libc and the Operating System are required.

Compatibility

  • Linux
  • Windows (old and new terminal)

Contributing

Before contributing read through the Contribution guidelines