Phase 1.2: Country loading from embedded data #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
When a new game starts, the user selects a country (e.g. England, Germany). The country XML file defines leagues, cups, and promotion rules. The Go code has started embedding this as struct data (
data_country.go,data_league.go), but the loading pipeline needs to be completed and wired.Tasks
Depends On
Acceptance Criteria