Add networked Fighter3D minigame

This commit is contained in:
ud18010
2026-08-10 16:47:16 +08:00
parent bff617091d
commit ef7f24738e
53 changed files with 5458 additions and 19 deletions
@@ -0,0 +1,13 @@
# Fighter3D
Networked 2.5D fighting mini game prototype.
## MVP Controls
- `A` / `LeftArrow`: move left
- `D` / `RightArrow`: move right
- `S` / `DownArrow` / `LeftShift`: guard
- `J`: light attack
- `K`: heavy attack
The server room is authoritative for combat state, damage, block, KO, timeout, and settlement.