Home

Awesome

<div align="center"> <h1><code>snake</code></h1> <p>A super minimal TUI, classic snake implementation written in pure BASH v5.1+</p> <img src="https://shields.io/badge/made-with%20%20bash-green?style=flat-square&color=d5c4a1&labelColor=1d2021&logo=gnu-bash"> <img src=https://img.shields.io/badge/Maintained%3F-yes-green.svg></img> <a href="https://discord.gg/W4mQqNnfSq"> <img src="https://discordapp.com/api/guilds/913584348937207839/widget.png?style=shield"/></a> <img src="./snake.gif"> </div>

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