about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-08-25 An @-sign in a box, in haskellGriffin Smith17-3/+1075
2019-08-25 Wipe Rust projectGriffin Smith47-6087/+0
2019-08-03 Add method for writing option menus to viewportGriffin Smith4-22/+116
2019-08-03 Add inventory, and the ability to pick up itemsGriffin Smith8-6/+63
2019-08-03 Fix a bunch more Clippy lints, but disable in CircleGriffin Smith18-76/+72
2019-08-03 Clear messages every turnGriffin Smith1-0/+11
2019-08-03 Add clippy to circleCI and fix all lintsGriffin Smith16-83/+89
2019-07-29 Describe what you see when you walk over itGriffin Smith12-48/+168
2019-07-28 Add functions for making sentences from listsGriffin Smith3-0/+101
2019-07-28 Re-draw entities when you walk over themGriffin Smith4-3/+15
2019-07-28 Turns out, collect is the answerGriffin Smith1-15/+8
2019-07-28 Check rustfmt and run tests in CircleGriffin Smith1-0/+33
2019-07-28 Add CircleCI configGriffin Smith1-0/+3
2019-07-28 Make EntityMap::append not overwrite entitiesGriffin Smith1-34/+75
2019-07-28 Add some more name promptsGriffin Smith1-1/+8
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