TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Play the first ever text adventure game in your Linux terminal

81 点作者 dddavid超过 1 年前

9 条评论

jmholla超过 1 年前
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 未加载
musicale超过 1 年前
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.
pklausler超过 1 年前
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!
sprokolopolis超过 1 年前
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>
pvaldes超过 1 年前
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 未加载
SeenNotHeard超过 1 年前
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 未加载
radarsat1超过 1 年前
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.
bradley13超过 1 年前
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...
hulitu超过 1 年前
Wump is a better adventure. :)