Add player and game loop

This commit is contained in:
2026-02-24 15:52:07 +01:00
parent 9ff08e4a91
commit 1db758543f
5 changed files with 57 additions and 3 deletions

View File

@@ -34,3 +34,11 @@
### Wormholes
- When entering a black hole, the player is teleported to a random white hole. If there are no white holes, the player is teleported to a random quadrant.
## Game Loop
- Every turn one player action is read and applied
## Player
- At startup, the player is created at the world centre (`WORLD_WIDTH / 2`, `WORLD_HEIGHT / 2`).