A terminal snake game
Lilsnek is a simple snake game for the average bored terminal user. It aims to be small and portable because nobody wants extra dependencies for something so simple.
Warning: It is not yet complete so some bugs are still present and more features are to be added
You need Nim and nimble installed.
To generate a dynamic binary run:
nimble build -d:release
Alternatively for a static binary run:
nimble build -d:release --passL:-static