<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: mirgulzh</title>
    <description>The latest articles on Forem by mirgulzh (@mirgulzh).</description>
    <link>https://forem.com/mirgulzh</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3773424%2F6de38234-fc75-497c-96c3-61d65b648800.png</url>
      <title>Forem: mirgulzh</title>
      <link>https://forem.com/mirgulzh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/mirgulzh"/>
    <language>en</language>
    <item>
      <title>CLI Learning Adventure!</title>
      <dc:creator>mirgulzh</dc:creator>
      <pubDate>Mon, 16 Feb 2026 02:29:04 +0000</pubDate>
      <link>https://forem.com/mirgulzh/cli-learning-adventure-1160</link>
      <guid>https://forem.com/mirgulzh/cli-learning-adventure-1160</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/github-2026-01-21"&gt;GitHub Copilot CLI Challenge&lt;/a&gt;!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Learning how to use the terminal can be intimidating. CLI Learning Adventure makes it fun!&lt;/p&gt;

&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;I built a CLI learning adventure game that teaches beginners how to use the terminal and CLI commands through interactive quests. This was my first time using CLI tools ever, so I thought I'd make something that I could also learn from!&lt;/p&gt;

&lt;p&gt;Instead of reading documentation, users:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Complete small challenges&lt;/li&gt;
&lt;li&gt;Receive real-time feedback&lt;/li&gt;
&lt;li&gt;Unlock new lessons as they progress&lt;/li&gt;
&lt;li&gt;Learn by doing, not memorizing (this is my favorite!)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The CLI becomes a guided learning environment rather than a blank terminal.&lt;/p&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Users launch the game from the CLI (there's build instructions in the repository, but they'd run &lt;code&gt;npm start&lt;/code&gt; to run the project)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each quest introduces a CLI concept or command&lt;/li&gt;
&lt;li&gt;The app corrects your actions move you forward&lt;/li&gt;
&lt;li&gt;The user's mistakes return feedback and encouragement (gotta stay positive!)&lt;/li&gt;
&lt;li&gt;Progress and score are tracked across sessions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The difficulty increases gradually, mirroring how people actually learn tools in real life.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;In-Game Commands&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;To keep the experience beginner-friendly, the game includes built-in navigation and support:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;hint&lt;/code&gt; — get guidance and more context&lt;br&gt;
&lt;code&gt;skip&lt;/code&gt; — skip the current level and move to the next challenge&lt;br&gt;
&lt;code&gt;back&lt;/code&gt; / &lt;code&gt;forward&lt;/code&gt; — navigate between challenges&lt;br&gt;
&lt;code&gt;map&lt;/code&gt; / &lt;code&gt;progress&lt;/code&gt; — view your learning path so far&lt;br&gt;
&lt;code&gt;quit&lt;/code&gt; — exit the app&lt;/p&gt;

&lt;p&gt;When a user makes a mistake, the game displays a short encouraging quote!&lt;br&gt;
The goal is to reduce fear of failure and encourage experimentation (this is something I really appreciate as a beginner myself).&lt;/p&gt;
&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;

  &lt;iframe src="https://www.youtube.com/embed/BB6zDTApYZc"&gt;
  &lt;/iframe&gt;


&lt;/p&gt;

&lt;h2&gt;
  
  
  My Experience with GitHub Copilot CLI
&lt;/h2&gt;

&lt;p&gt;This is my first time ever attempting to build anything larger than string "Hello, world" on GitHub!&lt;/p&gt;

&lt;p&gt;I fully used Copilot CLI to build the entire project. I actually am quite thrilled about the experience, and hoping I can get more fluent in using it on a daily basis for repetitive tasks! I learned a lot and am genuinely motivated to build more.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>githubchallenge</category>
      <category>cli</category>
      <category>githubcopilot</category>
    </item>
  </channel>
</rss>
