diff --git a/backend/templates/help/help_1.html.tera b/backend/templates/help/help_1.html.tera index 38aa8d6..34d2e05 100644 --- a/backend/templates/help/help_1.html.tera +++ b/backend/templates/help/help_1.html.tera @@ -16,7 +16,7 @@ Information
  • planets on 2d plane
  • players can occupy planets
  • each turn, an occupied planet constructs a new ship for its owner
  • -
  • spaceship travel time is proportional to the euclidean distance (floor(sqrt(dx * dx + dy * dy)))
  • +
  • spaceship travel time is proportional to the euclidean distance (ceil(sqrt(dx * dx + dy * dy)))
  • combat happens only on planets
  • Turn Order