planet-wars/backend/templates/info/info_2.html.tera
2020-04-09 22:57:12 +02:00

27 lines
608 B
Plaintext

{% extends "info/base" %}
{% block header %}
Information
{% endblock %}
{% block info %}
<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>
{% endblock %}