<?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: Don</title>
    <description>The latest articles on Forem by Don (@don_c_37136a93373a30b00fa).</description>
    <link>https://forem.com/don_c_37136a93373a30b00fa</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%2F3565419%2Fb892ccb3-793a-4972-be5a-35ef9d0b3c0f.jpg</url>
      <title>Forem: Don</title>
      <link>https://forem.com/don_c_37136a93373a30b00fa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/don_c_37136a93373a30b00fa"/>
    <language>en</language>
    <item>
      <title>🌀 I Built a Naruto Fighting Game in Python - You Can Make Your Own Story!</title>
      <dc:creator>Don</dc:creator>
      <pubDate>Tue, 14 Oct 2025 22:15:24 +0000</pubDate>
      <link>https://forem.com/don_c_37136a93373a30b00fa/i-built-a-naruto-fighting-game-in-python-and-you-can-make-your-own-story-2e1h</link>
      <guid>https://forem.com/don_c_37136a93373a30b00fa/i-built-a-naruto-fighting-game-in-python-and-you-can-make-your-own-story-2e1h</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;“Life is good, you know what I mean? Like…”&lt;br&gt;
— Naruto Uzumaki (if I wrote Naruto)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I used to reminisce endlessly on playing Naruto MUGEN with my best friend after school.&lt;/p&gt;

&lt;p&gt;So 5 years ago, I decided to remake it in Python, using &lt;strong&gt;tkinter&lt;/strong&gt;.  &lt;/p&gt;

&lt;h2&gt;
  
  
  And then it got out of hand. 😅
&lt;/h2&gt;

&lt;h2&gt;
  
  
  🍜 Shippuden Stories
&lt;/h2&gt;

&lt;p&gt;
  &lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fmisc%2Ftitle.png%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fmisc%2Ftitle.png%3Fraw%3Dtrue" alt="Shippuden Stories title screen" width="800" height="400"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Shippuden Stories&lt;/strong&gt; (formerly &lt;em&gt;Life Is Good&lt;/em&gt;) is a small open-source Naruto fighting game made entirely in Python.&lt;br&gt;&lt;br&gt;
It’s a love letter to the fighting games of the 2000s — fast-paced, pixel-heavy, and full of charm.&lt;/p&gt;
&lt;h2&gt;
  
  
  ⚔️ Gameplay
&lt;/h2&gt;

&lt;p&gt;The controls are simple:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Action&lt;/th&gt;
&lt;th&gt;Key&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Move&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;W&lt;/code&gt;, &lt;code&gt;A&lt;/code&gt;, &lt;code&gt;S&lt;/code&gt;, &lt;code&gt;D&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Jump / Attack&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Space&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Character Selection&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;W&lt;/code&gt;, &lt;code&gt;A&lt;/code&gt;, &lt;code&gt;S&lt;/code&gt;, &lt;code&gt;D&lt;/code&gt;, &lt;code&gt;Space&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;You can fight as Naruto, Kakashi, Itachi, and more, all recreated (reanimated heh) in a tiny pixel-art style that fits right into the nostalgic theme.&lt;/p&gt;

&lt;p&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fss3.gif%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fss3.gif%3Fraw%3Dtrue" alt="Gif showing gameplay" width="800" height="400"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  📜 Story Mode — Written in Code
&lt;/h2&gt;

&lt;p&gt;One of the most fun parts of the project and where YOU could contribute is the story engine.&lt;/p&gt;

&lt;p&gt;Each episode of the story is just a short Python file that uses simple classes like &lt;code&gt;Background&lt;/code&gt;, &lt;code&gt;Appear&lt;/code&gt;, &lt;code&gt;Speech&lt;/code&gt;, and &lt;code&gt;Fight&lt;/code&gt; to define what happens.&lt;/p&gt;

&lt;p&gt;Here’s an example:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight python"&gt;&lt;code&gt;&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;storyline.common&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;Run&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Speech&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Fight&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Background&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;Appear&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;screens.background&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;Backgrounds&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;characters.character&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;CharacterNames&lt;/span&gt;
&lt;span class="kn"&gt;from&lt;/span&gt; &lt;span class="n"&gt;const&lt;/span&gt; &lt;span class="kn"&gt;import&lt;/span&gt; &lt;span class="n"&gt;LEFT&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;RIGHT&lt;/span&gt;

&lt;span class="n"&gt;STORY&lt;/span&gt; &lt;span class="o"&gt;=&lt;/span&gt; &lt;span class="p"&gt;[&lt;/span&gt;
    &lt;span class="nc"&gt;Background&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;Backgrounds&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;TRAINING&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Appear&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;NARUTO&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;150&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Appear&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;SAKURA&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;100&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Appear&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;KAKASHI&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="mi"&gt;500&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Speech&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;KAKASHI&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Alright, Team 7... time to see how much you&lt;/span&gt;&lt;span class="sh"&gt;'&lt;/span&gt;&lt;span class="s"&gt;ve improved.&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;side&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;RIGHT&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Speech&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;NARUTO&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Heh, I’ve been training nonstop! I’ll show you how strong I’ve gotten!&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;side&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;LEFT&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Speech&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;SAKURA&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;You’re not the only one who’s gotten stronger, Naruto!&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;side&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;LEFT&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Fight&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;NARUTO&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;KAKASHI&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
    &lt;span class="nc"&gt;Speech&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;CharacterNames&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;KAKASHI&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="s"&gt;Impressive... You two really have grown.&lt;/span&gt;&lt;span class="sh"&gt;"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt; &lt;span class="n"&gt;side&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;RIGHT&lt;/span&gt;&lt;span class="p"&gt;),&lt;/span&gt;
&lt;span class="p"&gt;]&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fss5.gif%3Fraw%3Dtrue" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.com%2FDonCharlesLambert%2Fshippuden-stories%2Fblob%2Fmaster%2Fsprites%2Fss5.gif%3Fraw%3Dtrue" alt="Screenshot From the Game" width="800" height="400"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;It requires very little technical no-how to get involved&lt;br&gt;
You can literally code a scene like writing a script.&lt;br&gt;
And the engine handles it all: backgrounds, dialogue bubbles, character movement, and fights.&lt;/p&gt;

&lt;p&gt;Right now, there’s only one story: the Kazekage Rescue Arc.&lt;br&gt;&lt;br&gt;
But as part of hacktoberfest (and going forward) I want to open the door for devs to write their own stories.&lt;/p&gt;

&lt;p&gt;Whether you want to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;recreate your favorite scene from Shippuden &lt;/li&gt;
&lt;li&gt;or write something completely original
you can do that here.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/DonCharlesLambert/shippuden-stories" rel="noopener noreferrer"&gt;Contribute your own story arc on GitHub!&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚖️ Disclaimer
&lt;/h2&gt;

&lt;blockquote&gt;
&lt;p&gt;This is a &lt;strong&gt;non-commercial, fan-made project&lt;/strong&gt; based on &lt;em&gt;Naruto&lt;/em&gt;. &lt;br&gt;
All rights to characters, names, and imagery belong to their respective owners.&lt;br&gt;&lt;br&gt;
Please support the official anime, manga, and games.&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>naruto</category>
      <category>gamedev</category>
      <category>python</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
