package
0.0.0-20220731194155-2379a7fc364b
Repository: https://github.com/verath/archipelago.git
Documentation: pkg.go.dev
# Functions
NewClient creates a new AI Client using the provided strategy.
OpportunisticStrategy tries to launch airplanes only to islands that it can conquer.
RandomStrategy launches airplanes at (mostly) random.
# Structs
Client is an "ai" controlled client that listens for game events and produces actions in response.
# Type aliases
StrategyCreatorFunc is a function that returns an AI strategy, hiding the strategy interface.