Live data from Hacker News

Bashcrawl: Learn Linux commands by playing a simple text adventure

gitlab.com

31–38 of 38 posts

Re: Bashcrawl: Learn Linux commands by playing a simple text adventure

#33

I learned with Kano OS (kid's computer kit) running on a Raspberry Pi at age 12. A similar console-type game that taught me all the common commands still sticks with me to this day. This will be a good refresher, years later. :) https://allthingsd.com/20131203/the-99-kids-computer-kit-kan...

The terminal quest game on Kano was very clever, i wonder if there is a repo just for that somewhere?

Re: Bashcrawl: Learn Linux commands by playing a simple text adventure

#34

I learned with Kano OS (kid's computer kit) running on a Raspberry Pi at age 12. A similar console-type game that taught me all the common commands still sticks with me to this day. This will be a good refresher, years later. :) https://allthingsd.com/20131203/the-99-kids-computer-kit-kan...

The terminal quest game on Kano was very clever, i wonder if there is a repo just for that somewhere?

Yep found it, that was easy: https://github.com/KanoComputing/terminal-quest

Re: Bashcrawl: Learn Linux commands by playing a simple text adventure

#38

Shameless self promotion: if you don't want to learn bash you can instead use this tool to get the bash commands directly from natural language, right in the terminal: https://github.com/davidfant/terminal-x

It's interesting. It failed on "x git reset last commit" but returned "git reset --soft HEAD~1" for "x reset last commit".
Post reply on HN