feat(game)!: Fixed polling, SPA, Gameplayloop etc. (#59)

Co-authored-by: LQ63 <lkhermann@web.de>
Reviewed-on: #59
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-11-19 22:54:20 +01:00
committed by Janis
parent e60fe7c98d
commit a58b2e03b1
21 changed files with 1046 additions and 575 deletions

View File

@@ -1,6 +1,4 @@
@(user: Option[model.users.User])
@main("Rules") {
@navbar(user)
<main class="lobby-background flex-grow-1">
@@ -177,4 +175,3 @@
</div>
</div>
</main>
}