- cross-posted to:
- linux@lemmy.ml
- cross-posted to:
- linux@lemmy.ml
https://gitlab.com/christosangel/tuiplette
tuiplette is a terminal match-three game, written in Bash.
The aim is to gain points by swapping two adjacent grid cells to create rows or columns of three or more matching cells, which will disappear and allow the above cells to fall and occupy the vacant space.
When there are no moves left, the grid will be refreshed, and the game will continue until all (configured) reshuffles are used. When there are no moves left, and no reshuffles left, the game will end.
If the score is among the 10 best scores achieved, it makes it in the Top Ten Hiscores.
As far as the appearence of the game, by configuring the game accordinly, the user can select the game theme according to their liking.
The user has select theme between letters
, numbers
, greek
, shapes
, faces
and blocks
.
The colors selected are the configured terminal theme colors.
17hours since the first commit, this one is fresh out the oven huh