snake
snake copied to clipboard
:snake: A super minimal TUI snake game 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
