A snake game in the terminal
| docs | ||
| lib | ||
| LICENSES | ||
| resources | ||
| scripts | ||
| src | ||
| test | ||
| .editorconfig | ||
| .gitignore | ||
| .gitmodules | ||
| AUTHORS.md | ||
| CONTRIBUTING.md | ||
| project.json | ||
| project.json.license | ||
| README.md | ||
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