Age | Commit message (Collapse) | Author | Files | Lines |
|
Add the beginnings of a generic prompt system, with exclusive support
atm for string prompts, and test it out by asking the character for
their name at startup
|
|
As the character walks around the map, progressively reveal the entities
on the map to them, using an algorithm based on well known
circle-rasterizing and line-rasterizing algorithms to calculate lines of
sight that are potentially obscured by walls.
|
|
Add support for entities via a port of the EntityMap type, and implement
command support starting at basic hjkl.
|