package
0.1.0
Repository: https://github.com/ecshreve/civ-bot-go.git
Documentation: pkg.go.dev

# Functions

FormatCiv returns a string for a single Civ in a readable format.
FormatCivs returns a string for a slice of Civs in a readable format.
GenCivMap generates and returns a map of CivKey to Civ for all base values defined in the constants package.
GenCivs generates and returns a slice of Civs for all the base values defined in the constants package.
GetCivByString takes a string and returns the Civ whose name or leader most closely matches the input string.
SortCivs sorts a slice of Civs based on the Key.

# Structs

Civ represents an individual civilization.