diff options
author | Griffin Smith <root@gws.fyi> | 2019-09-20T16·03-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2019-09-20T16·03-0400 |
commit | 7770ed05484a8a7aae4d5d680a069a0886a145dd (patch) | |
tree | fe4597baed79fee7720d05cab0948d3711d207fd /xanthous.cabal | |
parent | 62a2e05ef222dd69263b819a400a83f8910816f9 (diff) |
Add the beginnings of a prompt system
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
Diffstat (limited to 'xanthous.cabal')
-rw-r--r-- | xanthous.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xanthous.cabal b/xanthous.cabal index ef3498af060c..cb89323b2b08 100644 --- a/xanthous.cabal +++ b/xanthous.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 78a45f3d5eb8c2993c219fd4214f61e9842177fa4d97667aeaedbfe3d0842165 +-- hash: 40187d0301465905043b8caafec5465e644f711620c9fc1cfc57af4105ebe08c name: xanthous version: 0.1.0.0 @@ -46,6 +46,7 @@ library Xanthous.Entities.RawTypes Xanthous.Game Xanthous.Game.Draw + Xanthous.Game.Prompt Xanthous.Generators Xanthous.Generators.CaveAutomata Xanthous.Generators.LevelContents @@ -118,6 +119,7 @@ executable xanthous Xanthous.Entities.RawTypes Xanthous.Game Xanthous.Game.Draw + Xanthous.Game.Prompt Xanthous.Generators Xanthous.Generators.CaveAutomata Xanthous.Generators.LevelContents |