Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the TC #755

Merged
merged 2 commits into from
Dec 3, 2021
Merged

Document the TC #755

merged 2 commits into from
Dec 3, 2021

Conversation

jwrober
Copy link
Collaborator

@jwrober jwrober commented Dec 3, 2021

Closes #570

reasonable time. Single player games (one human against the AI) do not have a counter set. The turn ends when
all moves have been completed and then the human player will manually clicks the :guilabel:`End Turn` button.

Turns are typically enumerated from ``T0``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T1 in the new versions, I think.

Turns are typically enumerated from ``T0``.

The period of a turn when a specific player or player group can act in a game is called a *phase*. Most often
Freeciv21 is played in the concurrent mode - there is only one phase per turn for everybody (AIs do thier
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thier -> their

Comment on lines 18 to 19
phase (since the default mode is one-phase, these periods are commonly referred as "``turn start``" or
"``turn end``", but in alternate playing they will happen to different players in different time) [#f1]_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't use quote around "fixed width text". There are other occurrences thorough the text

@lmoureaux lmoureaux merged commit 1d9afb4 into longturn:master Dec 3, 2021
@jwrober jwrober deleted the docs/turnchange branch December 3, 2021 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document the TC sequence
2 participants