Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-20 | Add doors and an open command | Griffin Smith | 1 | -1/+6 | |
Add a Door entity and an Open command, which necessitated supporting the direction prompt. Currently nothing actually puts doors on the map, which puts a slight damper on actually testing this out. | |||||
2019-09-20 | Add the beginnings of a prompt system | Griffin Smith | 1 | -0/+117 | |
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 |