Phase 0.3: Embed all game data files into Go binary #4
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
Bygfoot has extensive game data: country definitions (42+ countries), player name lists, live commentary strings, CPU strategies, and team definition files. These currently live in
support_files/definitions/as XML files.Tasks
//go:embedto embed thesupport_files/definitions/directory tree//go:embedto embed commentary files (support_files/lg_commentary/)//go:embedto embed player name XML files (support_files/names/)//go:embedto embed strategy files (support_files/strategy/)file_find_support_fileand similar functionsAcceptance Criteria