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

chore: Add section to README to play in the browser. #120

Closed jcollard closed 1 year ago

jcollard commented 1 year ago

I created a NixOS configuration that can run the game and all missions.

I've added a section to your README.md linking to a Replit where the GameShell can be played in the browser.

Feel free to adjust the text / location within the README.

Great project!

phyver commented 1 year ago

Great, I'll have a look.

Playing in the browser kind of defeats the purpose of making people use the shell on a "real" system, but then, it is better than nothing!

Is it easy / possible to make the replit instance download the latest gameshell.sh? (It would be better if it could be in synch with the official repository.)

jcollard commented 1 year ago

@phyver

I've updated the Repl such that when it runs, it will first download the latest version using wget https://github.com/phyver/GameShell/releases/download/latest/gameshell.sh

No worries if you don't want to include it in the README.md; I thought it might be a nice way to let people access it without requiring any downloads / if they're on windows.

I teach a class on bash scripting / the linux command line that is 100% online and utilize replit's terminal / environment. My students loved this activity (ages 10 - 14).

Thank you so much for all you hard work! I am looking forward to any updates you have coming out!

phyver commented 1 year ago

Sorry, I haven't worked on GameShell in a while...

I am interested in adding an "official" link in the README, but I have a few questions.

phyver commented 1 year ago

Don't hesitate to reopen if you're still interested by supporting a Replit version of GameShell.