2 min read

Forget benchmarks. Show me the 3D games.

Benchmarks give you a score. These three Remix games show what the latest AI models can build: a city chase, a curved tower, and a skydive.

Forget benchmarks. Show me the 3D games.

Benchmarks test models under fixed rules. A game tests many choices at once. A 3D game asks a model to build a world, place a camera, handle depth, keep the controls clear, and make every part work at once.

That is why I watch the games after each model upgrade. Better models do more than write cleaner code. They let creators make games that were much harder to build with the model before them. Three new games on Remix show the change.

City Chomper

City Chomper by @chukinice puts a small monster in a bright city. You steer through the streets, eat targets, and finish before time runs out.

The game keeps buildings, roads, crowds, items, collisions, and a moving camera clear on one phone screen. A good 3D game needs all of those parts to work together. One bad camera angle can hide the player. One weak collision can stop a run. City Chomper handles both while many characters move through the scene.

Cylinder Jumper

Cylinder Jumper by @ScarletAlphaRacer wraps a platform game around a huge tower. You judge each jump, find the next ledge, and keep climbing.

The curved stage gives each jump real depth without making you steer a free camera. The game also tracks height, gems, streaks, and a daily climb. You can return to climb higher, raise your score, and finish daily goals.

Drop Zone

Drop Zone by @Luci13 starts high above a chain of islands. You steer through free fall, line up the landing point, and pull the ripcord at the right time.

The game must show a long fall without losing the target below. It also places speed, height, distance, and ripcord controls on screen without covering the view. Those choices give the player a clear goal from the first drop.

The creator still makes the game

Better models do not remove the creator. They give the creator more parts to ask for and tune. The creator still chooses the camera distance, jump height, target size, clock, and win condition.

As frontier models improve, 3D will become a normal choice for people who make games with a prompt. These three games already feel different from one another. That matters more than their use of 3D.

Play the games above, then describe the 3D game you want to make.