Skip to content

kolbasky/bash-snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Snake game for bash

A simple snake game written in bash.
WASD/arrows - to control
-/+ - to change speed
p - to pause
Ctl-C - exit

snake_bl

Pass any parameter to use symbols instead of colored blocks
snake_ch

Grab&Run

bash <(curl -s https://raw.githubusercontent.com/kolbasky/bash-snake/main/snake.sh)