Add defensive mode, and a leaderboard

This commit is contained in:
csd4ni3l
2025-10-02 22:45:30 +02:00
parent fb9097f42f
commit db22f6b591
6 changed files with 307 additions and 5 deletions

View File

@@ -9,11 +9,18 @@
<li class="nav-item">
<a class="nav-link" href="/offensive">Offensive Mode</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/defensive">Defensive Mode</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/leaderboard">Leaderboard</a>
</li>
{% endblock %}
{% block body %}
TBD
<div class="container">
Debt by AI is a game where you have to convince an AI to get into debt, or to get you out of it.
The 2 modes are Offensive(When you have to convince it to get into it) and Defensive(When you have to get out of it).
The game was inspired by Death by AI, a game on Discord, but this game has no affiliation with Discord or any subsidiaries.
</div>
{% endblock%}