phyver / GameShell

a game to learn (or teach) how to use standard commands in a Unix shell
GNU General Public License v3.0
2.12k stars 135 forks source link

Dockerfile #125

Closed Williamrjw closed 1 year ago

Williamrjw commented 1 year ago

Without DISPLAY in mission 18! no ENV tag in the dockerfile! BTW, what's mission 18 goal and commands?

Williamrjw commented 1 year ago

Noticed. I just ignored the manual. And how many missions with DISPLAY? Or how can I restart the game without the 17 missions before?

phyver commented 1 year ago

Sorry for the delay...

Mission 18 is the only one that requires an X-server.

You can skip missions with the gsh skip command. If you're using the version from the official repository, the password is simply gsh. (There is also a gsh goto N mission that allows to go directly to any mission you want. You can get the list of missions with their number with gsh index.)