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

Safe HaskellNone
LanguageHaskell2010

Game.LambdaHack.Client.LoopClient

Description

The main loop of the client, processing human and computer player moves turn by turn.

Synopsis

Documentation

loopAI :: (MonadAtomic m, MonadClientReadResponse ResponseAI m, MonadClientWriteRequest RequestAI m) => DebugModeCli -> m () Source

The main game loop for an AI client.