Skip to content
All posts

Games like Rusted Warfare, and what we took from it

·by Rene Wang·4 min read

Rusted Warfare proved a full RTS fits on a phone. Steel Tide is built in the same tradition — here is what we borrowed, what we deliberately changed, and what it still does better.

If you have looked for a real-time strategy game on a phone in the last decade, you have run into Rusted Warfare. It is an indie RTS that started on Android and later came to desktop, and its trick was refusing to compromise: a real base-building RTS with a real economy, real unit counters and real skirmish matches, on a device most developers had written off as a place for tower defense.

Steel Tide is built in that tradition. It is not a clone, and this post is not a pitch that it replaces anything. It is an honest account of what a game like this inherits, what it changes, and where the older game is still ahead.

What Rusted Warfare got right

A whole RTS, not an RTS-flavoured menu. Most mobile strategy games are a build queue, a timer and a shop. Rusted Warfare gave you a map, a construction unit, an economy to grow and an opponent to beat, and let the match be the game.

Sandbox first. The genre's centre of gravity used to be the campaign, then it moved to ranked ladders. Rusted Warfare's centre is the skirmish: choose a map, choose opponents, play. That is the mode most people actually want most of the time, and treating it as the main event rather than a practice room is a real design position.

Legibility over fidelity. Small, flat, readable sprites on a plain map. You can tell what a unit is at a glance on a six-inch screen, which matters more in an RTS than any amount of texture detail.

Mods. A large modding community grew around it, and it is the single biggest reason the game has stayed alive as long as it has.

What Steel Tide takes from that

The shape is the same, and deliberately so.

  • One resource. Metal, mined by extractors placed on deposits. No second currency, no upkeep spreadsheet, no tech points. Everything you might want is priced in the same units, so every decision is directly comparable.
  • Build it yourself. An Engineer is the only unit that constructs buildings, and everything you own on the map came from one. Losing your engineers is a real setback, which makes protecting them a real decision.
  • Land, sea and air, all in one match. Twenty-six units across three domains, on maps that include naval ones with two thirds of the ore out in open water.
  • Skirmish as the front door. The main menu's first option is a match against the AI, on a curated map or a generated one, with the options laid out rather than hidden.
  • Sprites you can read. Flat, top-down, high contrast, faction colour where it matters.

What we changed

It runs in a browser. No install, no store, no update prompt — the same URL on a desktop, a phone or a tablet. Add it to a home screen and it plays fullscreen and offline. We wrote about what that actually takes.

Counters are one table, not a thousand exceptions. Every weapon belongs to a class and every unit has exactly one armor class, and a single matrix says what each class does to each. There is no hidden modifier anywhere in the combat code. The reasoning behind that choice is its own post, and the table itself is on the wiki, rendered from the game's definition file rather than typed in by hand.

Multiplayer runs on an authoritative dedicated server. Not peer lockstep: the server simulates the match, filters every snapshot through each player's fog of war, and checkpoints itself so a disconnect is recoverable. You can install one on your own box in a single line and it will serve the game client too.

Transports carry weight, not head count. A Pelican lifts two light vehicles; a Mammoth costs four of the C-47's five slots. Heavy armour crossing water is a logistics problem rather than a checkbox.

Point defence shoots ordnance, not units. The Missile Interrupter has no weapons at all; it shoots down rockets and, once upgraded, nuclear warheads. One launcher never lands a rocket on a base it covers, two break through. That kind of arithmetic is the sort of thing a counter table cannot express, so it gets a building.

Where Rusted Warfare is still ahead

Mods. Steel Tide has none. The unit and building data is pure data in a single file, and the intention is that a mod system eventually loads exactly that shape from JSON — but intention is not a feature, and a decade of community content is not something you ship in a patch.

Community. Years of maps, mods, videos and arguments. That is earned, not built.

A campaign of its own scale. Ours is six hand-built missions. That is a start, not a match.

Try it, decide for yourself

If you want an RTS on a phone with a modding scene behind it, Rusted Warfare is still the answer and we would be daft to pretend otherwise. If you want a full RTS you can open in a tab in four seconds, with land, sea and air, six-player maps and a dedicated server you can run yourself — that is what we built, and it costs nothing to find out.

Start with the first five minutes.

rtscomparisondesign