
About
bash-pac is a Pac-Man/Snake-inspired game written entirely as a Bash script and played in a terminal, rendered as ASCII characters on a text board. The player (C) avoids a ghost (G) while collecting food (.) to score points, with a text-based main menu for starting the game, viewing help, or exiting.
Getting started
Run the bash script in a terminal; movement uses A (left), S (down), and D (right), while O opens the main menu. The game ends if the ghost catches the player, or is won by collecting all the food.