14 lines
317 B
Markdown
14 lines
317 B
Markdown
# 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.
|