TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Play the first ever text adventure game in your Linux terminal

81 pointsby dddavidover 1 year ago

9 comments

jmhollaover 1 year ago
I ran the game and when I `suspend`ed it, it said:<p><pre><code> I can suspend your adventure for you so you can resume later, but you will have to wait at least 45 minutes before continuing. </code></pre> It definitely enforces it:<p><pre><code> This adventure was suspended a mere 1 minute ago. Even wizards have to wait longer than that! </code></pre> Does anyone know the motivation behind that design choice?<p>It&#x27;s especially weird since the README encourages suspending the game every half hour or so.
评论 #38215336 未加载
评论 #38213419 未加载
评论 #38213533 未加载
musicaleover 1 year ago
For a slightly modernized take, there is a graphical remake by Roberta Williams&#x27; company Cygnus Entertainment:<p><a href="https:&#x2F;&#x2F;www.colossalcave3d.com" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.colossalcave3d.com</a><p>Probably not the kind of thing that will be a hit with most current gamers, but it is an interesting and surreal project.
pklauslerover 1 year ago
While developing our new from-scratch Fortran compiler (LLVM Flang), getting the original Adventure game’s sources to compile was a key milestone for me, and I got lost in it for hours once it worked. Lots of great memories!
sprokolopolisover 1 year ago
If you want to play it on macOS, you can install it through Homebrew:<p><pre><code> brew install open-adventure </code></pre> then to run it type:<p><pre><code> advent</code></pre>
pvaldesover 1 year ago
Is included on linux distros since a lot of time so there is no need to recompile it from source. I tried the game on console many years ago, but I remember it as boring wandering, basically. I never finished it.
评论 #38214931 未加载
评论 #38218075 未加载
SeenNotHeardover 1 year ago
Also at <a href="https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20231109230950&#x2F;https:&#x2F;&#x2F;linuximpact.com&#x2F;play-the-first-ever-text-adventure-game-in-your-linux-terminal&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;web.archive.org&#x2F;web&#x2F;20231109230950&#x2F;https:&#x2F;&#x2F;linuximpa...</a>
评论 #38213339 未加载
radarsat1over 1 year ago
Couple of things: 1) the writeup says this has been written in Fortran but the files in the gitlab are .c&#x2F;.h. Was it rewritten in C at some point? 2) no one&#x27;s ported this to a browser version yet? WASM maybe? Sounds like a fun project.
bradley13over 1 year ago
Wow, that brings back memories!<p>Back in the day (that&#x27;s 40+ years ago), I played this so many times. Forerunner to speed running: I tried to optimize the number of moved required to finish the entire game.<p>From &quot;advent&quot; to D&amp;D to other RPGs...
hulituover 1 year ago
Wump is a better adventure. :)