Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Round and Phases

Elg edited this page Apr 1, 2019 · 1 revision

Round

A round have several phases, then after all phases has been run the clean up will be ran.

Phase

A phase does something to a cerain tile. The default implentation is a ActionPhase which runs the actions TileTypes that has an action (ie their implementaion extends ActionTile). But for certain tiles (ie players, conveyors and Lasers) they do more than just run the action method.

Cleanup

This is the 5th phase in the offical rulebook. Each tile that extends Cleanup will have a clean(Tile tile) method