In this article, we are going to show you how Qwen3-Coder actually performs on a coding task. To do so, we wired Qwen3‑Coder into Cursor’s Agent mode via the NetMind API and let it solo‑build a playable 2D game in the spirit of Super Mario. Spoiler: it finished in seconds!
Alibaba’s Qwen team released Qwen3‑Coder on 22 July 2025 as the coding‑focused sibling of the broader Qwen 3 model family. It is positioned as an “agentic” LLM—able not just to emit snippets but to plan, call tools, and iterate on entire tasks. Alibaba described it as its most advanced coding tool to date, claiming parity with leading proprietary models like GPT‑4 and Claude.
In this article, we are going to show you how this model actually performs on a coding task. To do so, we wired Qwen3‑Coder into Cursor’s Agent mode via the NetMind API and let it solo‑build a playable 2D game in the spirit of Super Mario. Spoiler: it finished in seconds!
NetMind exposes Qwen3‑Coder on an OpenAI‑compatible endpoint. This means all you need to do is to overwrite the OpenAI Base URL in Cursor through chat settings and put in your own NetMind API key. Detailed steps are:
Our prompt was simple: “Create a 2‑D game in the style of Super Mario.” As soon as we hit Run, Qwen3‑Coder responded with a structured roadmap rather than a single wall of code. First, it asked to list our working directory for existing art or audio assets (though we hadn’t supplied any). Next, it recommended installing Pygame—a go‑to Python library for lightweight game development—and added the package to requirements.txt. With the environment ready, the agent generated a clean project skeleton and a README.md that walks you through running the game step by step.
Now, you’re probably wondering what the finished game looks like—and whether it’s buggy. We ran the build and were pleasantly surprised: it plays smoothly, without any noticeable bugs, and the look‑and‑feel is unmistakably Mario style - we can collect coins and step on those little monsters!
With all coins collected and monsters steped on, I won the game!
Hooking Qwen3‑Coder into Cursor takes us all of one minute, and the hit to your wallet is minimal. NetMind prices the model at $2 per million tokens—dramatically lower than flagship GPT‑4 series and Claude series.
Just drop the NetMind endpoint and your API key into Cursor, pick Qwen3‑Coder from the model list, and start shipping ideas at top speed.
NetMind’s catalog is refreshed continuously. The latest models always land in our library, ready for you to use. Whether you’re prototyping a game, refactoring a legacy codebase, or just exploring what agentic LLMs can do, NetMind lets you iterate faster—and now cheaper—than ever.