The classic snake game, implemented in Assembly (NASM) for Linux.
Just clone this repo or download the latest release and run make within the snek dir. Make sure to create a build dir first: mkdir build (we should probably include this in the Makefile).