Build a real production line
Find finite deposits, place miners and power, then turn ore into plates, wire, circuits, and machine parts.
Tickrate is a browser factory RTS where the map, machines, market, and code are one strategy. Build with your team, automate production, and contest the central uplink.
Start in the sandbox, follow three concrete milestones, then bring the same factory and automation skills into a custom match.
Find finite deposits, place miners and power, then turn ore into plates, wire, circuits, and machine parts.
Give devices exact aliases, open explicit service ports, and inspect what each controller is allowed to operate.
Use a small, deterministic language with ten documented APIs, live diagnostics, versioned deploys, and rollback.
Renames, port changes, deployments, orders, scans, and objective actions are validated by the server and appear in a readable team event log.
Read how a match works12:41:03 artem renamed device_7F2A
to smelter_alpha
12:41:18 nova opened port 4012
on smelter_alpha
12:42:04 artem deployed
production/main.tick v701 const MIN_ORE = 20;
02
03 on tick {
04 let ore = inventory.count("iron_ore");
05 if ore >= MIN_ORE {
06 machine.start("smelter_alpha","iron_plate");
07 }
08 }
Autocomplete shows only real version-one APIs and exact aliases from your team. The browser helps you write; the bounded match VM remains the authority.
Open the solo sandbox or assemble a two-to-six-player custom lobby.