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://bondreal.itch.io/meta-marginally-entertaining-text-adventure


I really enjoyed playing text adventures when I was growing up. I decided to put together this small text adventure in Unity and c#. I had a good time building this, specifically, I enjoyed all the architecture involved. This was written with modularity in mind so that events, commands, and rooms can be added very easily. I am not an artist so the fact that there are really no assets to worry about was really great. I hope that people will get maybe a few minutes of enjoyment out of playing it. I added the game here as a browser game however, I also added binaries for Windows, and Linux as well for download. Use help to get a list of commands. I might add a hint feature in the future. Just concentrate on the command you need and the name of an object. For example, go building, take lantern, use button, etc. The game can be restarted if you get stuck by typing restart. Other commands are listed by typing help. I believe I got all the typo's but I am happy to fix them if you let me know. I did this in about 12 hours. Oh, once the game loads in the browser you might have to click on it before it will read spacebar input. The fact that it is displayed in an iframe keeps it from having focus after it is loaded even though the game is actively focused on the input box. This is only supposed to be something that will take 5 minutes or so to play, essentially as a test of the architecture and something fun to mess with. At the end of the day, I am left with a pretty easy-to-use text adventure engine.