Skip to content

dimspith/lilsnek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lilsnek

A terminal snake game

dfs

Overview

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

Building from source

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

About

A simple terminal snake game written in Nim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages