{% extends "base.html" %} {% block title %}Blokus — Home{% endblock %} {% block content %}
| Date | Board | Players | Bot | Result | Moves | Coverage | Action |
|---|---|---|---|---|---|---|---|
| {{ run.created_at[:19] }} | {{ run.board_size }}×{{ run.board_size }} | {{ run.num_players }}P | {{ run.bot_type }} | {% if run.game_over %} {% if run.winner is not none %} Winner: P{{ run.winner + 1 }} {% else %} Tie {% endif %} {% else %} In progress {% endif %} | {{ run.total_moves }} | {{ run.coverage }}% | Replay |
No previous runs. Start a new game!
{% endif %}