TerraTactician Expandoria Logo

TerraTactician Expandoria

Quest 5

Last updated: April 22, 2025

In this level, you need to place Windmill, Beehive, Moai and Quarry Tiles on our prebuilt map.
To complete this level you must find each Tile’s optimal position and place it there.

You can learn more about Tile behaviour in the Tile documentation.

To complete this level you may need some information. The following might be helpful:

// Information about the BuildArea
world.getBuildArea();
// Information about all placed Tiles
world.getMap();
// The Cards in your Hand
world.getHand();
// Placing cards
controller.placeTile(TileType.Wheat, new CubeCoordinate(0, 0, 0));

Links: