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

43 lines
803 B
Text
Raw Normal View History

2020-04-06 20:22:10 +02:00
{% extends "help/base" %}
{% block header %}
How does it work?
{% endblock %}
{% block help %}
<div class="help_content_1">
<div class="boxed centering">
<div>
Game State
</div>
</div>
<div class="arrow centering">
<div>
stdin
</div>
</div>
<div class="boxed centering">
<div>
Bot (you!)
</div>
</div>
<div class="arrow centering">
<div>
stdout
</div>
</div>
<div class="boxed centering">
<div>
Actions
</div>
</div>
</div>
<div class=help_content_1_sub>
<div>Turn</div>
</div>
{% endblock %}