swarm-0.7.0.0: 2D resource gathering game with programmable robots
LicenseBSD-3-Clause
Safe HaskellSafe-Inferred
LanguageHaskell2010

Swarm.Game.Scenario.Topography.Terraform

Description

 

Documentation

data CellModification e Source #

Constructors

Swap e e

Fields represent what existed in the cell "before" and "after", in that order. The values are guaranteed to be different.

Remove e 
Add e