FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Coding for Peace: added Iran to my Globe Game during the current conflict
How-ToWeb Development

Coding for Peace: added Iran to my Globe Game during the current conflict

via Dev.toNihaoo APP3h ago

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 — nihaoo.app , a Chinese learning PWA — could be more than just a language tool. It could be a small bridge for global connection. "Panda Planet" 🐼 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. The Tehran Update To reflect our current global reality and send a message of harmony, I manually injected Tehran into the game's coordinate system today. Using standard spherical coordinates, I mapped the city at 35.6°N, 51.3°E: { name: "Tehran", lat: 35.6, lon: 51.3, chinese: "德黑兰", pinyin: "dé hēi lán", greeting: "سلام (Salam)!", pandaTalk: "May there be peace here, and peace in the world." } Technical

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

How-To

Deep dive — Building a local physics-informed ML workflow for fluid simulations

Medium Programming • 2h ago

Stop Struggling with PDFs in Flutter — Here’s Everything You Need to Know
How-To

Stop Struggling with PDFs in Flutter — Here’s Everything You Need to Know

Medium Programming • 2h ago

Statistical Edge: How to Know If Your Strategy Actually Works
How-To

Statistical Edge: How to Know If Your Strategy Actually Works

Dev.to Beginners • 2h ago

Vibe Coding: When Software Became A Conversation, Not Code
How-To

Vibe Coding: When Software Became A Conversation, Not Code

Medium Programming • 9h ago

How I Won the MTD Marathon 2026 — Building a Personal Diary App in Just 4 Hours
How-To

How I Won the MTD Marathon 2026 — Building a Personal Diary App in Just 4 Hours

Medium Programming • 12h ago

Discover More Articles