wick3dr0se / snake

:snake: A super minimal TUI snake game written in pure BASH v5.1+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:snake: A super minimal TUI snake game written in pure BASH v5.1+

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%