Phase 1.6: Game loop — week/week_round progression #11
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
The game progresses in steps: weeks contain week-rounds (matchdays). Each week-round, teams play their scheduled fixtures. Between week-rounds, finances update, counters tick, player fitness regenerates, CPU teams adjust.
Functions to implement (from
src/start_end.c)start_week()— weekly updates (finances, counters, player aging, training, YA)start_week_round()— pre-match preparationsend_week_round()— play matches, update tablesend_week_round_results()— display resultsend_week_round_update_fixtures()— cup fixture updatesquery_start_end_season_end()— check if season overstart_new_season()— promotion/relegation, reset tablesDepends On
Acceptance Criteria
start_week → start_week_round → play_matches → end_week_round