Sausage, a terminal word puzzle in Bash, inspired by Bookworm
from christos@lemmy.world to linux@lemmy.ml on 27 Apr 00:29
https://lemmy.world/post/28754519

https://gitlab.com/christosangel/sausage

sausage is a terminal word forming game, written in Bash.

This game was inspired by https://en.wikipedia.org/wiki/Bookworm_(video_game).

https://gitlab.com/christosangel/sausage/-/raw/main/screenshots/word1.png

The aim is to score points by creating words, moving around in six directions in the grid, using consecutive letters.

When the user created longer words, coloured letters appear. The user can score more points by using these coloured letters.

More points can also be scored, when the user manages to create the bonus words.

When smaller words are created, or low point yielding words, red letters appear in the grid. If not used, these red letters will drop one cell in every turn.

When a red letter reaches beyond the bottom of the grid, the game is over.

The user can also reshuffle the letters in the grid, in order to be able to create words. However, there is a price to this action: the existing red letters will drop one cell, all other bonus coloured letters will be lost, and more red letters will appear.

If the score is among the 10 best scores achieved, it makes it in the Top Ten Highscores.

https://gitlab.com/christosangel/sausage/-/raw/main/screenshots/stats.png

#linux

threaded - newest

MonkderVierte@lemmy.ml on 27 Apr 09:35 collapse

Btw, is there a TUI keyboard with mouse support?

christos@lemmy.world on 27 Apr 10:15 collapse

I am not sure I understand, could you elaborate?

MonkderVierte@lemmy.ml on 27 Apr 10:21 collapse

There are only a few on-screen-keyboards, all of them with their own issues. Then there’s ncurses, a terminal UI toolkit with mouse support. Now i wonder, if there is already a ncurses keyboard emulator?

It’s just your first picture that gave me the idea.

christos@lemmy.world on 27 Apr 10:42 collapse

I have not searched for this, therefore I don’t have much to say. If you are not speaking generally, and asking about mouse support on this game, I would guess that it would be possible in X11, however I cannot speak for Wayland.