tuxDB - linux gaming aggregate
TUXDB - LINUX GAMING AGGREGATE
 NEWS TOP_PLAYED GAMES ITCH.IO CALENDAR CHAT WINE SteamDeck
 STREAMERS CREATORS CROWDFUNDING DEALS WEBSITES ABOUT
 PODCASTS REDDIT 

 

SUPPORT TUXDB ON KO-FI

MENU

ON SALE

New Twitch streamer aggregation implemented (#FuckTwitch) due to Twitch's API issues (more info on my Discord )


https://yorkshirekev.itch.io/cli-labyrinth


CLI-Labyrinth is a simple maze game that runs on the Linux and MacOS terminal.

I created it as a personal learning exercise for both Go programming and terminal development.

CLI-Labyrinth was inspired by the classic 16k Sinclair ZX81 game called Labyrinth, originally written in 1981. If you enjoy maze games, it's worth checking out the original—it's much better than my "modern" version.

I have compiled versions for both of the 64 chipsets used on Apple Macs:

  • cli-labyrinth_mac_amd64_v0.3.gz -> Runs on any Mac Chipset. If you're not sure which chipset you have, then download this version.
  • cli-labyrinth_mac_arm64_v0.3.gz -> Only run on Apple Silicon (i.e. M1/M2 etc)

To play CLI-Labyrinth, simply unzip (gunzip) the downloaded file into a directory and run the executable in a Linux or macOS shell:

./cli-labyrinth

The source code is available on my GitHub