LambdaHack-0.2.1: A roguelike game engine in early and very active development

Safe HaskellSafe-Infered

Game.LambdaHack.StrategyAction

Description

AI strategy operations implemented with the Action monad.

Synopsis

Documentation

strategy :: COps -> ActorId -> State -> Perception -> Strategy (Action ())Source

Monster AI strategy based on monster sight, smell, intelligence, etc.

wait :: Strategy (Action ())Source

A strategy to always just wait.