/SquidBash

A simple marble game in bash.

Primary LanguageShell

SquidBash

A simple bash script to play Squid Game's marble game.

Install

Get the script with:

sudo curl -o /usr/local/games/squidbash \
  https://raw.githubusercontent.com/Tash1nka/SquidBash/main/squidbash

Then make it executeble with:

sudo chmod +x /usr/local/games/squidbash

Now you can play my typing:

squidbash

Troubleshoot

Make sure that:

  1. /usr/local/games Directory exist
  2. /usr/local/games Is include in your $PATH environment variable.