about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-09-21 Implement combatGriffin Smith7-34/+95
2019-09-20 Describe what you see when you walk over itemsGriffin Smith12-14/+82
2019-09-20 Add doors and an open commandGriffin Smith13-29/+151
2019-09-20 Add the beginnings of a prompt systemGriffin Smith12-96/+312
2019-09-19 Add items and inventoryGriffin Smith20-106/+365
2019-09-15 Remove all but the largest region in cavesGriffin Smith2-4/+12
2019-09-15 Scroll the viewport around the characterGriffin Smith1-1/+11
2019-09-15 Progressively reveal the map to the playerGriffin Smith17-52/+454
2019-09-14 Fill the outer edges of generated levelsGriffin Smith2-1/+13
2019-09-14 Implement collisionGriffin Smith2-3/+29
2019-09-13 Place the chacracter in the level at startup timeGriffin Smith9-34/+171
2019-09-09 Convert generated levels to wallsGriffin Smith20-115/+356
2019-09-07 gitignore debug.logGriffin Smith1-0/+4
2019-09-07 Add cellular-automata cave generatorGriffin Smith10-8/+434
2019-09-02 Put a test gormlak on the screenGriffin Smith5-19/+66
2019-09-02 Add raws, loaded statically from a folderGriffin Smith10-10/+204
2019-09-02 Add commands for diagonal movementGriffin Smith1-0/+4
2019-09-02 Add a previous message commandGriffin Smith5-6/+31
2019-09-02 Link up messages to the overall gameGriffin Smith9-39/+155
2019-09-01 Implement messagesGriffin Smith13-17/+587
2019-08-31 Add entities, and allow walking aroundGriffin Smith21-31/+718
2019-08-31 Use haskellSrc2nix over explicit cabal2nixGriffin Smith5-34/+21
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