Module AFTN

module Brett : sig ... end
module Character : sig ... end

Character information

module Client : sig ... end
module Common : sig ... end
module Dallas : sig ... end
module Encounter : sig ... end

Random encounters

module Events : sig ... end
module Game_loop : sig ... end

Main game loop and player actions

module Game_state : sig ... end

Tracking the state of the currently-running game

module Item : sig ... end
module Lambert : sig ... end
module Logging : sig ... end

logging.ml - Custom logging and error messages

module Map : sig ... end

Map parsing and utilities

module Objective : sig ... end
module Parker : sig ... end
module Ripley : sig ... end
module Selection : sig ... end

User selections from stdin

module Server : sig ... end
module Utils : sig ... end