A tile based sandbox game that interacts with other tiles to perform actions. IMMOBILE TILE This blocks any moving tile from going any further. MOVER TILE This moves in the indicated direction forever, but stops forever once it reaches an edge, touches another mover tile or touches an Immobile Tile. ROTATE TILE This tile rotates Mover Tiles to the left 90°. PUSHABLE TILE This tile can be pushed by Mover Tiles in any direction. These can also be pushed into each other. These tiles can also push Rotate Tiles. DESTROYER TILE This tile acts like another version of the immobile tile, but deletes anything that comes into contact with it.
There are still some bugs, so sorry if any tile bugs come up.