LambdaHack-0.4.100.0: A game engine library for roguelike dungeon crawlers

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.AI

Contents

Description

Ways for the client to use AI to produce server requests, based on the client's view of the game state.

Synopsis

Public API

queryAI :: MonadClient m => ActorId -> m RequestAI Source

Handle the move of an AI player.

pongAI :: MonadClient m => m RequestAI Source

Client signals to the server that it's still online.