this post was submitted on 14 Mar 2025
39 points (95.3% liked)

Open Source

35561 readers
908 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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/.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 3 weeks 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!