planet-wars/backend/templates/help/help_2.html.tera

27 lines
608 B
Text
Raw Normal View History

2020-04-06 20:22:10 +02:00
{% extends "help/base" %}
{% block header %}
2020-04-07 11:31:28 +02:00
Information
2020-04-06 20:22:10 +02:00
{% endblock %}
{% block help %}
2020-04-07 11:31:28 +02:00
<div class="help_content_2">
<h2>Combat resolution</h2>
<ul>
<li>fleets belonging to the same player are merged</li>
<li>each ship destroys one ship in all other fleets</li>
<li>this means the largest fleet wins, with <em>|fleet| - |second largest fleet|</em> ships remaining</li>
</ul>
<h2>How to win</h2>
<ul>
<li>The last player standing wins!</li>
<li>When the turn limit is reached, all remaining players tie.</li>
</ul>
</div>
2020-04-06 20:22:10 +02:00
{% endblock %}