Robo Fight makes you write the AI, then takes your hands off the fight
4 min read
Most auto battlers keep the auto part behind glass. Robo Fight hands you the rules screen, makes you write the conditions yourself, and then refuses to let you touch the match.
You build the fighter, then you write its brain
You collect modular parts — heads, arms, legs, weapons — and assemble a fighter on a workbench. Then you open the tactics system and write how it thinks: a stack of if-else rules setting conditional behaviours, priority targets, and when each weapon ability fires. Then you press go, and the robot fights the tournament on its own while you watch from outside the ring.
The unusual part is the second step. Auto battlers normally keep the auto behind glass — you draft units, you place them on a board, and the resolution is a black box that pays out. Robo Fight opens the box and makes editing it the main verb. Your hands spend most of this game on a rules list, not on a fighter.
That collapses the build and the script into one decision instead of two. A heavy hammer arm is worthless without a condition that says when to swing it, and a clever rule about finishing wounded enemies is worthless if nothing you bolted on can close the distance. Every part you pick up changes what your rule list should say, which is why the workbench and the tactics screen are really the same screen.
Around it sits a roguelite campaign of escalating tournaments: each run offers new parts and tougher opponents, and losing sends you back to rebuild and reprogram. Failure has an unusually precise shape here. You do not lose because your timing slipped. You lose because line four fired when line two should have, and you can go and read the line.
Writing an AI is a design job, and you can lose at it
The Genius AI Behind The Sims is about the other way to build a brain. Sims do not walk down a list of rules — every available action is scored against needs and tuned curves and the best score wins, which is what makes a household read as living people rather than machinery. An if-else ladder is the opposite architecture: ordered, first match wins, fully legible and fully brittle. Robo Fight is betting the brittleness is the fun, because a ladder that falls over in public is a ladder you can go and fix.
What Makes Good AI? argues that enemies feel smart when they are legible and consistent, and that good AI is built around the player’s experience rather than around actual intelligence. This game inherits that demand and points it at the author instead. If you cannot tell which of your own conditions fired and why it beat the one above it, the tactics system is a slot machine with extra typing. The hard design problem here is not the rule editor — it is the fight, and whether the arena shows you enough of your robot’s reasoning to debug it afterwards.
The Two Types of Randomness in Game Design draws the line that decides whether an auto battler feels fair: dice that fall before you decide add variety, and dice that fall after you decide feel rigged. Everything a player does in Robo Fight happens before the bell, so the parts a run offers are the good kind of luck — a fresh problem waiting on the workbench. Anything the arena rolls once your hands are off has to be kept small and readable, or the loss stops teaching you the thing that makes the next run better.
What you actually get
Robo Fight is made and self-published by [Drix Dev](https://drix-studios.com/), listed as coming soon on Windows with no date announced. Steam files it under Indie, RPG and Strategy, which is a fair description of a game where the RPG half is a parts inventory and the strategy half is closer to a text editor.
The category list is the tell. Single-player, save anytime, adjustable difficulty, playable at your own pace, playable without timed input, and a mouse-only option. That is a game built to be paused halfway through a thought, which is the right shape for something whose main screen is a list of rules you are still arguing with.
If the appeal is a fighting game where the fighter keeps changing and your mastery has to live somewhere other than your thumbs, Shot One Fighters is the other one on this list — it throws out your moveset between runs and makes you fight with whatever you were handed. Robo Fight takes the controller away entirely, so all of that skill has to be spent before the match starts.
Keep reading
- The Genius AI Behind The Sims
- The Two Types of Randomness in Game Design
- What Makes Good AI?
- Shot One Fighters
One game at a time, with the mechanic that makes it interesting.
More indie game posts