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

Swarm.Game.World.Gen

Description

Utilities for working with procedurally generated worlds.

Synopsis

Documentation

type Seed = Int Source #

extractEntities :: forall (g :: [Type]) a. TTerm g a -> Set Entity Source #

Extract a list of all entities mentioned in a given world DSL term.