about summary refs log tree commit diff
path: root/src/Xanthous/Game/Prompt.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20 Add doors and an open commandGriffin Smith1-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 systemGriffin Smith1-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