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

Safe HaskellNone

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 RequestAISource

Handle the move of an AI player.

pongAI :: MonadClient m => m RequestAISource

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