Mostly documentation work.

This commit is contained in:
Simon Brooke 2023-06-20 17:33:32 +01:00
parent 9e12784414
commit 49a17ff774
14 changed files with 36 additions and 20 deletions

View file

@ -52,4 +52,4 @@ The `player character` is the unique `actor` within the game currently controlle
#### Route
A `route` is a pre-prepared path through the game world that an `actor` may take. Most `actors` are not constrained to follow `routes`, but in general `routes` have lower traversal cost than other terrain.
A `route` is a pre-prepared path through the game world that an `actor` may take. Most `actors` are not constrained to follow `routes`, but in general `routes` have lower traversal cost than other terrain.