Tiles

Strategy builder tiles, the building blocks.

Tiles are the building blocks in a StalexBot strategy. A tile contains some form of logic, that is checked by the bot. The most common tile is the 'signal tile'.

The signal tiles contain the indicator logic, which the bot can check to see if it's true or false. If it's true, the bot moves on to the next connected tile.

There are different tiles in StalexBot that can be used to build up a strategy. Multiple tiles connected build up a tile path. Find out what each tile is here.

Last updated