/snake-bash

Command Line Snake Game written in BASH

Primary LanguageShell

snake-bash

Command Line Snake Game written in BASH

This is just a simple command line game for POSIX Shell Environments like on Linux.

Usage

Simply start the game by making it executable if not already (chmod +x snake.sh) and then run it: ./snake.sh
Keys:
W - UP | S - DOWN | A - LEFT | D - RIGHT | X - QUIT