Safe Haskell | None |
---|
Game.LambdaHack.Content.StrategyKind
Description
The type of kinds of AI strategies.
- data StrategyKind = StrategyKind {}
- svalidate :: [StrategyKind] -> [StrategyKind]
Documentation
data StrategyKind Source
Strategy properties that are fixed for a given kind of strategies.
Constructors
StrategyKind | |
Instances
svalidate :: [StrategyKind] -> [StrategyKind]Source
No specific possible problems for the content of this kind, so far, so the validation function always returns the empty list of offending kinds.