Documentation
¶
Overview ¶
Package country provides structures and tools for generating fantasy countries.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Country ¶
type Country struct { Name string DominantCulture culture.Culture Government Government Regions []region.Region Capital string Heraldry heraldry.Device }
Country is a geographic and political area
func (Country) GetAllTileCoordinates ¶
GetAllTileCoordinates returns a slice of all coordinates in the country
type Government ¶
Government is a political structure
Click to show internal directories.
Click to hide internal directories.