about summary refs log tree commit diff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2019-08-03 Fix a bunch more Clippy lints, but disable in CircleGriffin Smith1-8/+2
2019-08-03 Add clippy to circleCI and fix all lintsGriffin Smith1-1/+1
2019-07-28 Add functions for making sentences from listsGriffin Smith1-0/+1
2019-07-28 Allow converting generated levels to entitiesGriffin Smith1-1/+1
2019-07-27 Add a generic text-prompt systemGriffin Smith1-0/+1
2019-07-22 Add more command-line options for generating cavesGriffin Smith1-17/+34
2019-07-20 Cellular-automata based cave level generatorGriffin Smith1-3/+18
2019-07-19 Add the beginning of item entitiesGriffin Smith1-0/+3
2019-07-19 Add templates for messagesGriffin Smith1-0/+2
2019-07-14 Implement extremely basic combatGriffin Smith1-2/+3
2019-07-14 Allow static_cfg to include entire directoriesGriffin Smith1-2/+4
2019-07-14 Factor out static_cfg from static init of messagesGriffin Smith1-7/+4
2019-07-08 Implement a global map of entitiesGriffin Smith1-2/+16
2019-07-07 Add messages, with global lookup mapGriffin Smith1-0/+8
2019-07-06 Make all drawing happen to a viewportGriffin Smith1-1/+3
2019-07-05 an @-sign in a boxGriffin Smith1-0/+73