{% include "report_styles.html" %}

Simulation Run

Back to event log

High-score Board

{% if board_svg %}
{{ board_svg | safe }}
{% else %}

No saved board is available for this run.

{% endif %}
Run ID{{ run.run_id }}
Project Version{{ run.project_version }}
High Score{{ run.high_score if run.high_score is not none else '—' }}
Completed At{{ run.completed_at.strftime('%Y-%m-%d %H:%M:%S') if run.completed_at is not none else '—' }}