The Module API allows players to write scripts that run within tribe houses or official "module" rooms. It is the foundation for almost all community-created minigames like #prophunt or #pictionary.
-- Spawn a wooden plank at coordinates (300, 400) plank = spawn("plank", 300, 400) -- Make it rotate slowly setAngle(plank, 45) -- Add a ghost mouse to help guide players spawn("ghost", 350, 420) transformice api
: Fetch win rates, cheese gathered, shaman saves, firsts, and account creation dates. The Module API allows players to write scripts
Key features include:
Every map in Transformice has a unique identifier (e.g., @200000 ). Developers can use map APIs to fetch XML data, which dictates the physics, ground structures, and spawn points of a map. This is incredibly useful for building external map viewers or editors. Technical Implementation: How to Connect Key features include: Every map in Transformice has