"Wait⌠did your kid just open the terminal and run a script?"
Yup. And they also beat me at bastet last night.
đ Table of Contents
- đŽ Step 1: The Game That Started It All â bastet
- đ ď¸ Step 2: Hello, Bash Scripting!
- đĄ The âWowâ Moments
- đ In a Nutshell
đŽ Step 1: The Game That Started It All â bastet
Forget flashy graphics or touchscreens. My 10-year-oldâs first deep dive into Linux wasnât through Minecraft modsâit was with Bastard Tetris (bastet) on the command line.
This isnât your regular Tetris. Itâs evil. It deliberately gives you the worst pieces possible, and watching my kid giggle every time the dreaded S-piece dropped again was pure joy.
âThis game is cheating!â
âExactly. Welcome to the terminal.â
đ It kind of looks like Candy Crush, my kid said, except it's all keyboard and no tapping.
And you know what? It does. The falling blocks, the puzzle logicâit feels like the retro hacker version of our favorite Android games.
But here's the twist: this wasnât just about playing. It was about typing commands, understanding apt install, and realizing you can make your computer do cool stuff without ever clicking a mouse.
First, you'll see a few options on the screenâjust select "Play with normal version" to get started. If you're feeling brave, you can try the harder version too!
Use your keyboard arrow keysâespecially the Up and Right arrowsâto rotate and move the blocks. Itâs a fun challenge and feels surprisingly familiar if youâve ever played puzzle games like Candy Crush on Android.
If you lose, no worriesâyou can press the Enter key to select "Play" and jump right back in. Just like any great game, you can keep trying again and again!
đ ď¸ Step 2: Hello, Bash Scripting!
After getting hooked on bastet, the next day came the inevitable:
Terminal Playground â Fun Commands to Explore
âCan I make my own command?â
Absolutely.
We wrote our first Bash script(Bash.sh) togetherâa little program that:
- cowsay "Linux is Awesome!" â ASCII cow says your message đ
- fortune | cowsay â Combine with a random quote
- sl â A steam train chugs across the screen (install via sudo apt install sl)
- figlet Hello â Large ASCII text
Then: Run the Bash.sh
And just like thatâboom đĽâthey created their first program
Similarly, They tried Hello, CloudWhislter community, Linux is Awesome.
đĄ The âWowâ Moments:
Hereâs what made this special:
- No GUI, no noiseâjust pure logic, creativity, and feedback.
- They saw the filesystem like a map and used commands to explore.
- They typed code, ran it, and saw results instantly.
- It wasn't just playing games or copying linesâit was owning the keyboard.
đ In a Nutshell:
What started as a simple game turned into a full-blown adventureâone where my 10-year-old **learned to navigate the **Linux terminal, play puzzle games with just a keyboard, and even write their first Bash script. With the right tools and a little creativity, Linux becomes more than an operating systemâ it becomes a playground for young minds.
If youâre a parent, a teacher, or just someone curious about introducing tech to kids, start small. One game, one script, one âWowâ moment at a time. đ§ đĄ
#30DaysLinuxChallenge #CloudWhisler
DevOps #Linux #RHCSA #Opensource #AWS #CloudComputing
Catch out by My LinkedIn profile
https://www.linkedin.com/in/rajpreet-gill-4569b4161/
Top comments (0)