{% extends "base.html" %} {% block title %}Player Console — AI GameDay{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

🎮 AI GameDay — Player Console

{{ session.scenario_slug.replace('_',' ').title() }} {{ session.join_code }} 📊 Full Leaderboard ↗

Join a Team

Waiting for the facilitator to start the session and dispatch injects...
This page auto-refreshes every 5 seconds.
Leaderboard
Loading...
AI Tools
{% for tool in ai_tools %} {{ tool.icon }} {{ tool.label }} {% endfor %}
Click a tool, then submit your receipt token to earn bonus points.
{% endblock %}