Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.02 KB

snake

A super minimal TUI, classic snake implementation written in pure BASH v5.1+

Install

stream snake without downloading/installing

bash <(curl -s https://raw.githubusercontent.com/wick3dr0se/snake/main/snake)

otherwise, download

git clone https://github.com/wick3dr0se/snake; cd snake

install to $PATH (optional)

cp snake /usr/local/bin

Usage

if installed to $PATH snake, otherwise ./snake or bash snake

Interface Controls

arrow keys, or:
H, A - move left
J, S - move down
K, W - move up
L, D - move right

Q - quit
any other key pauses