Jump to content

Welcome to CodeNameJessica

โœจ Welcome to CodeNameJessica! โœจ

๐Ÿ’ป Where tech meets community.

Hello, Guest! ๐Ÿ‘‹
You're just a few clicks away from joining an exclusive space for tech enthusiasts, problem-solvers, and lifelong learners like you.

๐Ÿ” Why Join?
By becoming a member of CodeNameJessica, youโ€™ll get access to:
โœ… In-depth discussions on Linux, Security, Server Administration, Programming, and more
โœ… Exclusive resources, tools, and scripts for IT professionals
โœ… A supportive community of like-minded individuals to share ideas, solve problems, and learn together
โœ… Project showcases, guides, and tutorials from our members
โœ… Personalized profiles and direct messaging to collaborate with other techies

๐ŸŒ Sign Up Now and Unlock Full Access!
As a guest, you're seeing just a glimpse of what we offer. Don't miss out on the complete experience! Create a free account today and start exploring everything CodeNameJessica has to offer.

Play With Words in Linux Terminal With This Bookworm Inspired Game

(0 reviews)
by: Abhishek Prakash
Fri, 16 May 2025 14:25:21 GMT


Play With Words in Linux Terminal With This Bookworm Inspired Game

Sausage is a word forming game, inspired by the classic Bookworm. Written in bash script, you can use it on any Linux distribution.

Play With Words in Linux Terminal With This Bookworm Inspired Game
Playing Sausage

The goal of the game is simple.

  • Earn points by spotting words.
  • Longer word spotting results in coloured letters. Using coloured letters give more points.
  • Smaller words introduces red letters, which when reached bottom, you lose the game.

Installation

Since it's a terminal-based game, it requires a few commands for installation. I advise learning the command line essentails from our terminal basics series.

You need to have git installed on your system.

Use git to clone the official Sausage repository:

git clone https://gitlab.com/christosangel/sausage.git

Switch to the clone directory:

cd sausage

Give execution permission to the install.sh shell script.

chmod +x install.sh

Run the script:

./install.sh

Once the installation is finished, open Sausage in the same location using:

./sausage.sh

Essential commands and shortcuts

📋
Sausage needs a 60 Column x 34 Lines terminal to work properly.

The interface has all the key combinations described properly. Even the direction of motion is displayed.

To move without selecting any word, use the arrow key.

Once a starting word is decided, press the Space/Enter key to select that letter. Now, use the navigation keys to continue selection.

Navigation Key
↑ (Up) k or Up Arrow
↓ (Down) j or Down Arrow
↗ (Right and Up) L or Shift + Right Arrow
↘ (Right and Down) l or Right Arrow
↖ (Left and Up) H or Shift + Left Arrow
↙ (Left and Down) h or Left Arrow

To show all the words, press the b key in the game.

Play With Words in Linux Terminal With This Bookworm Inspired Game
Show all words

To undo a letter select, press the Backspace key. Undo a word selection with the Delete key.

Play With Words in Linux Terminal With This Bookworm Inspired Game
Select/Unselect letters

Press r key in game to reshuffle. Each reshuffle loses a turn and introduces multiple red cells. Existing red cell drop one cell down.

Play With Words in Linux Terminal With This Bookworm Inspired Game
Reshuffle in Sausage

Configuration

Limited configuration is possible here. Either manually edit ~/.config/sausage/sausage.config file or use the c key in the game start page.

Play With Words in Linux Terminal With This Bookworm Inspired Game
Sausage Config

You can find more gameplay details on its official GitLab page.

Removing Sausage

Technically, you run Sausage from the script itself. Still, initially, it has created a few directories. This screenshot from the official repository shows them:

Play With Words in Linux Terminal With This Bookworm Inspired Game

So, to 'uninstall' Sausage, you have to remove the cloned repository and if you want to remove the game related files, check the screenshot above and remove them.

Up for a (word) game?

If you ever played the classic Bookworm, Sausage will be pure nostalgia. And if you never played that before, it could still be fun to try it f you like these kinds of game.

It's one of those amusing things you can do in the terminal.

I let you leave a few words in the comments 😉

0 Comments

Recommended Comments

There are no comments to display.

Guest
Add a comment...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.