Save finished games and add history views

This commit is contained in:
2026-03-03 19:05:54 +01:00
parent 7887986a5a
commit d1b432f8aa
11 changed files with 919 additions and 33 deletions
+3
View File
@@ -6,5 +6,8 @@
<a href="{{ url_for('main.friends') }}" class="btn btn-secondary"
>Open friends</a
>
<a href="{{ url_for('main.games_history') }}" class="btn btn-secondary"
>Past games</a
>
</div>
{% endblock %}