about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-29 Use menus for combat and picking up itemsGriffin Smith21-196/+214
2019-11-29 Add DerivingVia newtype for generic arbitraryGriffin Smith1-1/+16
2019-11-29 Implement a "look" commandGriffin Smith7-29/+111
2019-11-29 Implement saving+loading the gameGriffin Smith22-85/+548
2019-11-15 Recover character hitpoints over timeGriffin Smith6-18/+44
2019-10-16 Add draw priorityGriffin Smith5-6/+30
2019-10-15 Don't walk gormlaks into wallsGriffin Smith2-12/+27
2019-10-13 Implement speed and ticksGriffin Smith10-80/+273
2019-10-12 Step the game *before* updating visionGriffin Smith1-1/+1
2019-10-12 Allow specifying seed on startupGriffin Smith4-25/+68
2019-10-12 Actually heal the character when they eat foodGriffin Smith1-0/+2
2019-10-06 Export unexported lensGriffin Smith1-0/+1
2019-10-06 Only allow adjacent gormlaks to attackGriffin Smith1-1/+2
2019-10-06 Fix underflow when damaging characterGriffin Smith2-2/+8
2019-10-06 Allow eating edible itemsGriffin Smith12-73/+258
2019-10-05 Don't move creatures when they're attackingGriffin Smith1-1/+1
2019-10-05 Display multiple messages per turnGriffin Smith6-28/+72
2019-09-29 Gormlaks attack backGriffin Smith10-22/+149
2019-09-28 Tweak gormlak movement slightlyGriffin Smith6-35/+102
2019-09-28 Add debug command to reveal the gameGriffin Smith7-10/+52
2019-09-28 Implement the start of creature AIGriffin Smith19-277/+480
2019-09-21 Implement combatGriffin Smith7-34/+95
2019-09-20 Describe what you see when you walk over itemsGriffin Smith9-13/+58
2019-09-20 Add doors and an open commandGriffin Smith13-29/+151
2019-09-20 Add the beginnings of a prompt systemGriffin Smith9-94/+302
2019-09-19 Add items and inventoryGriffin Smith18-105/+358
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 Smith13-50/+402
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 Smith8-33/+168
2019-09-09 Convert generated levels to wallsGriffin Smith17-110/+336
2019-09-07 Add cellular-automata cave generatorGriffin Smith6-5/+348
2019-09-02 Put a test gormlak on the screenGriffin Smith4-18/+63
2019-09-02 Add raws, loaded statically from a folderGriffin Smith5-6/+173
2019-09-02 Add commands for diagonal movementGriffin Smith1-0/+4
2019-09-02 Add a previous message commandGriffin Smith4-4/+29
2019-09-02 Link up messages to the overall gameGriffin Smith8-38/+152
2019-09-01 Implement messagesGriffin Smith8-5/+425
2019-08-31 Add entities, and allow walking aroundGriffin Smith14-15/+547
2019-08-25 An @-sign in a box, in haskellGriffin Smith6-0/+99
2019-08-25 Wipe Rust projectGriffin Smith38-4558/+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 Smith17-69/+65
2019-08-03 Clear messages every turnGriffin Smith1-0/+11
2019-08-03 Add clippy to circleCI and fix all lintsGriffin Smith15-83/+88
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 Smith2-0/+94