You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
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