flxwu / snake-bash

Command Line Snake Game written in BASH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Command Line Snake Game written in BASH


Languages

Language:Shell 100.0%