Add player and game loop
This commit is contained in:
@@ -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`).
|
||||
|
||||
Reference in New Issue
Block a user