cross-posted from: https://lemmy.world/post/23017061

https://gitlab.com/christosangel/stackabrix

stackabrix is a simple terminal game, written in Bash, where the user, against the clock and with the least moves possible, must sort the blocks according to their color, and stack them in the respective stack.

During the game, the user can move left and right, pick blocks and drop them in other stacks.

The aim is to sort the blocks, and stack them in the respectively named stacks, fast as possible, and with the least moves possible.

The play’s score is the sum of the time achieved in seconds and of the moves made.

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

win_game

Any feedback is welcome.

  • westo232@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    21 hours ago

    No way I’d be deliberately triggering myself with a variation of Hanoi recursion PTSD programming nonsense.

    Cool game though.

    • christos@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      20 hours ago

      Hey, you don’t have to. Thank you for the feedback, it is a rare occasion that a project of mine is called programming nonsense, and cool game, at the same message. Although I think I get your point.

      • westo232@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        8 hours ago

        It’s not nonsense at all! It’s just even though I enjoy logical puzzles, this one just isn’t for me. It’s pretty cool that it’s not the pure old kind, but you’ve added colors.