LambdaHack-0.2.14: A roguelike game engine in early development

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.AI.PickTargetClient

Description

Let AI pick the best target for an actor.

Synopsis

Documentation

targetStrategy :: forall m. MonadClient m => ActorId -> ActorId -> m (Strategy (Target, Maybe PathEtc)) Source

AI proposes possible targets for the actor. Never empty.