about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-07-28 Allow converting generated levels to entitiesGriffin Smith17-62/+557
2019-07-27 Add a generic text-prompt systemGriffin Smith11-54/+488
2019-07-22 Add more command-line options for generating cavesGriffin Smith4-25/+106
2019-07-20 Cellular-automata based cave level generatorGriffin Smith6-3/+162
2019-07-19 Add the beginning of item entitiesGriffin Smith14-35/+274
2019-07-19 add a test ensuring messages workGriffin Smith1-1/+17
2019-07-19 Add templates for messagesGriffin Smith9-101/+548
2019-07-14 Always reset the cursor back to the characterGriffin Smith2-4/+16
2019-07-14 Implement extremely basic combatGriffin Smith9-48/+220
2019-07-14 Add (statically-included) entity rawsGriffin Smith9-5/+306
2019-07-14 Allow static_cfg to include entire directoriesGriffin Smith6-40/+156
2019-07-14 Factor out static_cfg from static init of messagesGriffin Smith4-12/+45
2019-07-14 Add commands for diagonal movementGriffin Smith5-4/+17
2019-07-13 Add placeholder for game ticksGriffin Smith5-6/+63
2019-07-08 Implement a global map of entitiesGriffin Smith14-36/+465
2019-07-07 add "Previous message" commandGriffin Smith3-5/+31
2019-07-07 Add messages, with global lookup mapGriffin Smith10-52/+443
2019-07-06 Make all drawing happen to a viewportGriffin Smith8-59/+267
2019-07-05 an @-sign in a boxGriffin Smith19-0/+2024