This is still WIP, but if anyone is interested, we could develop it much faster and perhaps even with cooler features like TUI graphics etc ...<p>Right now it is all in plain ol bash
This is a really nice idea! I played it a little bit and found one thing that can be confusing (at least for experienced Bash users): The use of <> as quotes. For instance:<p><pre><code> You can use the < head -n 1 > spell to take a peek at what a file holds
</code></pre>
How about using a not-easily-typeable character pair like the guillemots?
Nice, reminds me of <a href="https://github.com/veltman/clmystery">https://github.com/veltman/clmystery</a> which was very fun when I played it (~10 years ago)
This is great. At some point in time I realized how much I was using the terminal and spending a bit of time to learn the basics is a great investment of time. I used a similar rouge-like to learn (this one I think: <a href="https://gitlab.com/slackermedia/bashcrawl" rel="nofollow">https://gitlab.com/slackermedia/bashcrawl</a>), and it really did help to nail in the basics. Would definitely recommend spending the time on one of these games for anyone who wants to learn.
See also: GameShell<p><a href="https://github.com/er2/GameShell/tree/devcontainer">https://github.com/er2/GameShell/tree/devcontainer</a>