{% extends "ui/base_ui.html" %} {% block title %}Games - ATP Platform{% endblock %} {% block content %}
{{ games | length }} game{{ "s" if games | length != 1 else "" }} registered. Click a game name to read its rules and learn how to participate.
| Name | Description | Type | Move Order | Players |
|---|---|---|---|---|
| {{ game.name }} | {{ game.description }} | {{ game.game_type }} | {{ game.move_order }} | {{ game.num_players }} |
No game environments found. Install the game-environments package to see available games.