{% extends "base.html" %} {% block title %}Game Admin — {{ config.BBS_NAME }}{% endblock %} {% block content %}

GAME CENTER ADMIN

{{ total_games }}
Total Games
{{ active_sessions }}
Active Sessions
{{ total_plays }}
Total Plays
{{ top_games | length }}
Active Games
Manage Games Add Game Active Sessions System Config
Top Games by Plays
{% for game in top_games %} {% endfor %}
GameTypePlays
{{ game.name }} {{ game.game_type }} {{ game.play_count or 0 }}
Recent Sessions
{% for s in recent_sessions %} {% endfor %}
UserGameStatus
{{ s.user.username }} {{ s.game.name }} {{ s.status }}
Door maintenance
Trade Wars 2002

Wipe the persistent universe (sectors, ports, planets, players, team / Cabal data). Next launch rebuilds from scratch using the bundled sector and port maps. Use this when testing init changes or before going public.

{% if csrf_token %}{% endif %}
{% endblock %}