<?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: Nihaoo APP</title>
    <description>The latest articles on Forem by Nihaoo APP (@nihaoo_app).</description>
    <link>https://forem.com/nihaoo_app</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%2F3811557%2Fb97beba4-daf7-4500-b1c7-1f0bf365e5ae.jpg</url>
      <title>Forem: Nihaoo APP</title>
      <link>https://forem.com/nihaoo_app</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nihaoo_app"/>
    <language>en</language>
    <item>
      <title>Coding for Peace: added Iran to my Globe Game during the current conflict</title>
      <dc:creator>Nihaoo APP</dc:creator>
      <pubDate>Sun, 08 Mar 2026 04:20:02 +0000</pubDate>
      <link>https://forem.com/nihaoo_app/coding-for-peace-added-iran-to-my-globe-game-during-the-current-conflict-44e8</link>
      <guid>https://forem.com/nihaoo_app/coding-for-peace-added-iran-to-my-globe-game-during-the-current-conflict-44e8</guid>
      <description>&lt;p&gt;As a solo developer, I usually spend my time optimizing service workers or refactoring JSON structures. But today, while watching the news about the escalating conflict, I realized that my project — &lt;a href="https://nihaoo.app" rel="noopener noreferrer"&gt;nihaoo.app&lt;/a&gt;, a Chinese learning PWA — could be more than just a language tool. It could be a small bridge for global connection.&lt;/p&gt;

&lt;p&gt;"Panda Planet" 🐼&lt;/p&gt;

&lt;p&gt;Inside my app, there is a module called Panda Planet. It’s an interactive 3D experience built with Three.js. Players rotate a virtual Earth to find hidden pandas in different cities, learning their Chinese names and local greetings along the way.&lt;/p&gt;

&lt;p&gt;The Tehran Update&lt;/p&gt;

&lt;p&gt;To reflect our current global reality and send a message of harmony, I manually injected Tehran into the game's coordinate system today.&lt;/p&gt;

&lt;p&gt;Using standard spherical coordinates, I mapped the city at 35.6°N, 51.3°E:&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
    name: "Tehran",&lt;br&gt;
    lat: 35.6,&lt;br&gt;
    lon: 51.3,&lt;br&gt;
    chinese: "德黑兰",&lt;br&gt;
    pinyin: "dé hēi lán",&lt;br&gt;
    greeting: "سلام (Salam)!",&lt;br&gt;
    pandaTalk: "May there be peace here, and peace in the world."&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Technical Implementation: Scrolling for Harmony&lt;/p&gt;

&lt;p&gt;Beyond adding the city, I implemented a scrolling "Peace Marquee" at the bottom of the game screen.&lt;/p&gt;

&lt;p&gt;By using a simple CSS animation, I ensured that every player, regardless of which city they are exploring, sees a constant reminder: "🌍 Wish for world peace. 🕊️"&lt;/p&gt;

&lt;p&gt;/* The Marquee Logic */&lt;br&gt;
@keyframes marquee {&lt;br&gt;
    0% { transform: translateX(100%); }&lt;br&gt;
    100% { transform: translateX(-100%); }&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://www.nihaoo.app/games/panda-planet/" rel="noopener noreferrer"&gt;Panda Planet Game&lt;/a&gt; to find the peace message.🕊️&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Hi DEV community! 👋</title>
      <dc:creator>Nihaoo APP</dc:creator>
      <pubDate>Sat, 07 Mar 2026 12:54:09 +0000</pubDate>
      <link>https://forem.com/nihaoo_app/hi-dev-community-3ni5</link>
      <guid>https://forem.com/nihaoo_app/hi-dev-community-3ni5</guid>
      <description>&lt;p&gt;I'm an independent developer currently focusing on bridging language gaps. I've been building &lt;a href="https://nihaoo.app" rel="noopener noreferrer"&gt;nihaoo.app&lt;/a&gt;, a Progressive Web App (PWA) designed to make learning Chinese more interactive and accessible worldwide. 🚀&lt;/p&gt;

&lt;p&gt;In this project, I've been diving deep into:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;PWA Optimization: Making web apps feel native and lightning-fast.

Global SEO: Navigating index strategies for Google, Bing, and Yandex.

UX Design: Crafting a "card-based" UI that balances learning and interaction.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I’m excited to share my progress and learn from this amazing community!&lt;/p&gt;

&lt;p&gt;What are your top tips for optimizing PWA performance or learning Chinese language ideas? Let's chat in the comments! 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>pwa</category>
      <category>learning</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
