At first glance, Transformice is just a cute, chaotic platformer where mice race for cheese and build shoddy bridges. But peel back the adorable fur, and you’ll find the Transformice API —a surprisingly powerful, underrated gem for aspiring game modders and automation enthusiasts.
The best way to see the API in action is to look at existing tools: transformice api
| Event | Example | Meaning | |-------|---------|---------| | G[playerId] | G15 | Player joins room | | L[playerId] | L15 | Player leaves | | M[playerId][msg] | M15Hello | Chat message | | P[id][x][y] | P1230 50 | Player position update | | C[count] | C5 | Cheese count collected | | S[code] | S1 | Shaman spell cast (1 = totem) | | K | K | Round start / ready signal | | E | E | Round end | At first glance, Transformice is just a cute,