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
+1
View File
@@ -51,6 +51,7 @@ class RequestDraw(TypedDict): # Client
class GameEnd(TypedDict): # Server
result: Literal["win", "loss", "draw"]
reason: str
game_id: NotRequired[int]
#todo: implement later