LambdaHack-0.9.5.0: A game engine library for tactical squad ASCII roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.AI.PickActionM

Contents

Description

AI procedure for picking the best action for an actor.

Synopsis

Documentation

pickAction :: MonadClient m => ActorId -> Bool -> m RequestTimed Source #

Pick the most desirable AI ation for the actor.

Internal operations