• 14 posts
  • 0 comments
Joined 3 years ago
Cake day: June 15th, 2023

It’s reported that the Google Play store entry of Eden emulator (a Switch emulator) is no longer available. We don’t know the reason, but my educated guess is that Nintendo might have striked. I recommend to download current official clean builds and source code for backup, just in case you want to use it later.

I personally still use last official build of Yuzu, even today (playing Tears of the Kingdom). I never tried Eden, but it might be useful to archive it, so I do not need to download builds of others if I can’t build it from source for any reason.

Here is a random article about this subject: https://www.androidauthority.com/play-store-first-nintendo-switch-emulator-3597451/

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.