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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.AI.HandleAbilityM

Contents

Description

AI procedure for picking the best action for an actor.

Synopsis

Documentation

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

Pick the most desirable AI ation for the actor.

Internal operations