Terminus
Terminus copied to clipboard
Linux learning game
creates a text file in your home directory if stuff you can have? or does it create a backpack folder in your home directory? or are we breaking from the...
Found a potential bug. After the Artisan asks you to use the cp command to make gear1/gear2/gear3/gear4/gear5, I accidentally made an extra Gear (using "cp Gear Gear"). The Artisan message...
Use a JS framework of some kind, like backbone perhaps.
The description in Web/static/javascript/Room.js on line 277 should read "You need to move thing A to place B. Use mv [thingA] [placeB]." instead of "use mov".
I've been trying out the game through the link provide (http://www.mprat.org/Terminus/) and have run into an issue trying to use the 'less' command to interact with the items listed in...
Hi! Just a short note. The cd command is not always working if you want to go directly to a directory. For example NorthernMeadow/EasternMountain/Cave. Sometimes it's working, sometimes not... I...
Should do sequence: ``` git checkout gh-pages git checkout master Web/static/ git checkout master Web/index.html rm -rf static mv Web/static/ . rm -rf Web/ git add --all git commit -am...