Download snake
git clone https://github.com/opensource-force/snake; cd snake/srcDownload the term nimble library
nimble install https://github.com/wick3dr0se/term
Compile to a binary executable
nim c snake.nimInstall to $PATH
cp snake /usr/local/binExecute program from within downloaded directory
./snakeOtherwise execute snake from anywhere if it's in $PATH
snakeH, A, ←: Left
J, S, ↓: Down
K, W, ↑: Up
L, D, →: Right
Q, Ctrl+C: Quit
