Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-02 | Link up messages to the overall game | Griffin Smith | 1 | -6/+6 | |
Add a "say" function for saying messages within an app monad to the user, and link everything up to display them and track their history | |||||
2019-09-01 | Implement messages | Griffin Smith | 1 | -0/+87 | |
Implement messages almost the same as in the Rust version, only with YAML instead of TOML this time, and a regular old mustache template instead of something handrolled. Besides that, pretty much everything here is the same. |