about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2019-12-31 Fix ambiguity error in Opposite testsGriffin Smith2-2/+4
2019-12-31 Replace previously-wielded items when wieldingGriffin Smith1-1/+3
2019-12-31 Prompt before overwriting files when savingGriffin Smith4-14/+25
2019-12-30 Use more evocative characters for closed doorsGriffin Smith1-6/+8
2019-12-30 Place doors on the levelGriffin Smith4-17/+62
2019-12-30 Add dungeon level generationGriffin Smith20-103/+680
2019-12-30 Fix circle rendering, add filled circleGriffin Smith5-52/+124
2019-12-23 Don't send the welcome message when loadingGriffin Smith4-2/+12
2019-12-23 Update the vision every time we step the gameGriffin Smith4-2/+53
2019-12-23 Confirm before quittingGriffin Smith3-3/+28
2019-12-23 Preserve entityIDs in atPosition's setterGriffin Smith2-15/+50
2019-12-23 Add a drop commandGriffin Smith10-27/+197
2019-12-23 Use attack messages when attackingGriffin Smith2-10/+16
2019-12-23 Use wielded items to calculate damageGriffin Smith2-26/+35
2019-12-22 Add a wield commandGriffin Smith6-27/+77
2019-12-22 Add wielded, wieldable itemsGriffin Smith8-47/+268
2019-12-22 Fix rendering string promptsGriffin Smith1-1/+1
2019-11-30 Eating doesn't take time unless you actually eatGriffin Smith1-1/+1
2019-11-30 Add a very basic inventory panelGriffin Smith8-39/+79
2019-11-30 Add messages on the groundGriffin Smith12-40/+210
2019-11-30 Use correct bin path in READMEGriffin Smith1-1/+1
2019-11-30 Fail on all warnings in CIGriffin Smith5-11/+14
2019-11-30 Fix an injectivity issue with saving the gameGriffin Smith15-34/+90
2019-11-30 Add build and run instructions to the READMEGriffin Smith1-0/+32
2019-11-29 Move patch file to a less obtrusive locationGriffin Smith3-2/+2
2019-11-29 Use menus for combat and picking up itemsGriffin Smith26-212/+232
2019-11-29 Add DerivingVia newtype for generic arbitraryGriffin Smith5-4/+47
2019-11-29 Implement a "look" commandGriffin Smith7-29/+111
2019-11-29 Implement saving+loading the gameGriffin Smith30-97/+620
2019-11-27 Gitignore source before passing to nixGriffin Smith1-3/+15
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 Smith3-12/+31
2019-10-13 Implement speed and ticksGriffin Smith11-84/+277
2019-10-12 Make the positionedCharacter test run more quicklyGriffin Smith1-3/+5
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 Smith2-2/+10
2019-10-06 Fix underflow when damaging characterGriffin Smith2-2/+8
2019-10-06 Remove circleci configGriffin Smith1-37/+0
2019-10-06 Allow eating edible itemsGriffin Smith16-74/+290
2019-10-05 Don't move creatures when they're attackingGriffin Smith1-1/+1
2019-10-05 Display multiple messages per turnGriffin Smith7-28/+84
2019-09-29 Use nix-build in github-actionsGriffin Smith3-9/+52
2019-09-29 Gormlaks attack backGriffin Smith11-22/+163
2019-09-28 Tweak gormlak movement slightlyGriffin Smith8-36/+115
2019-09-28 Add debug command to reveal the gameGriffin Smith7-10/+52
2019-09-28 Implement the start of creature AIGriffin Smith21-281/+493