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

48 lines
945 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
Interaction with the game
2020-04-06 20:22:10 +02:00
{% endblock %}
{% block help %}
2020-04-07 11:31:28 +02:00
<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>
<div class=help_content_1>
<h2>
Format: line-separated JSON (one line for each turn)
</h2>
</div>
2020-04-06 20:22:10 +02:00
{% endblock %}