mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-01-01 12:33:44 +01:00
Add defensive mode, and a leaderboard
This commit is contained in:
@@ -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%}
|
||||
Reference in New Issue
Block a user