Switch language한국어
Back to the list

Developer Ported 20-Year-Old Game 'GunZ' to the Browser

TL;DR AI

Key summary

2 min read
  1. A developer ported the 2003 TPS GunZ: The Duel to run in browsers using WebAssembly and WebGL.

  2. They kept most of the original C++ code and added a d3d9-webgl wrapper to translate Direct3D calls into WebGL.

  3. They replaced Windows-only systems with browser standards and reduced asset size by 88% via audio reformatting.

  4. The developer said AI tools wrote about 99% of the new code, using Google Antigravity and Claude Code.

  5. The playable port is available online at gunz.sigr.io and the Velog post drew community attention.

Read the original