https://gitlab.com/christosangel/troblo

troblo is a terminal match-three game, written in Bash.

The aim is to place each time a pair of new tiles with fixed orientation on available empty squares of the 6x6 grid, in order to create rows or columns of three or more matching tiles, which will become empty again.

The new pair of fixed orientation tiles is shown each time at the right side of the grid.

The new pair can be placed only if both selected squares are empty.

The game ends when the grid becomes so clogged with unmatching tiles, and there is no place in the grid to drop the new fixed orientation (horizontal or vertical) pair of tiles.

This game was inspired by https://368chickens.com/.

  • PushButton@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    18 hours ago

    Made in Bash instead of making it Blazing Dumb coded in HypeLang?

    Great stuff, I want more of that.

    I like the care you’ve put on the UI.

    Good job!