<?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>DEV Community: Mukund Vishwakarma</title>
    <description>The latest articles on DEV Community by Mukund Vishwakarma (@mukund-vish).</description>
    <link>https://dev.to/mukund-vish</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4059265%2F7622b229-37c5-4cc7-bd40-eb7a2692fc26.png</url>
      <title>DEV Community: Mukund Vishwakarma</title>
      <link>https://dev.to/mukund-vish</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mukund-vish"/>
    <language>en</language>
    <item>
      <title>PokeCLI - Pokemon RPG that runs on your terminal</title>
      <dc:creator>Mukund Vishwakarma</dc:creator>
      <pubDate>Sun, 02 Aug 2026 16:51:59 +0000</pubDate>
      <link>https://dev.to/mukund-vish/pokecli-pokemon-rpg-that-runs-on-your-terminal-5b6</link>
      <guid>https://dev.to/mukund-vish/pokecli-pokemon-rpg-that-runs-on-your-terminal-5b6</guid>
      <description>&lt;p&gt;I have built this python project, a turn based battle system game where you can catch pokemons have them battle with some of my own unique twist and turns. I hope you would enjoy!&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/mukund-vish" rel="noopener noreferrer"&gt;
        mukund-vish
      &lt;/a&gt; / &lt;a href="https://github.com/mukund-vish/PokeCLI" rel="noopener noreferrer"&gt;
        PokeCLI
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Turn-based Pokémon battles with an AI that actually scores its decisions, real stakes (3 lives, no continues), and zero hardcoded game everything's data-driven.
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;PokeCLI 🎮🔥&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;A &lt;strong&gt;console-based Pokémon game&lt;/strong&gt; built entirely in Python — a prototype built to demonstrate a solid grasp of core and intermediate Python concepts: OOP, data acquisition &amp;amp; cleaning, data-driven game design, JSON persistence, and game-state management, through a fully playable, text-driven RPG loop.&lt;/p&gt;

&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;📖 About&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;PokeCLI is a turn-based, menu-driven Pokémon game that runs entirely in the terminal. You create a character, save your progress to disk, pick a starter, then train, explore, shop, and manage your party — all through simple numbered prompts.&lt;/p&gt;
&lt;p&gt;Under the hood it's more than a menu loop: Pokémon have real stat formulas, growth curves, evolutions, and status effects; wild encounters are weighted by rarity and player level; trainer battles use a lightweight AI to pick moves and switch Pokémon; and everything is serialized to and from a JSON save file. All of the Pokémon and move data the game runs on was…&lt;/p&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/mukund-vish/PokeCLI" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


</description>
      <category>programming</category>
      <category>python</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
