about summary refs log tree commit diff
path: root/src/Xanthous/Entities/Creature.hs
AgeCommit message (Expand)AuthorFilesLines
2019-12-22 Add wielded, wieldable itemsGriffin Smith1-1/+2
2019-11-30 Fix an injectivity issue with saving the gameGriffin Smith1-3/+3
2019-11-29 Use menus for combat and picking up itemsGriffin Smith1-1/+1
2019-11-15 Recover character hitpoints over timeGriffin Smith1-2/+2
2019-10-16 Add draw priorityGriffin Smith1-2/+2
2019-10-13 Implement speed and ticksGriffin Smith1-5/+64
2019-09-28 Tweak gormlak movement slightlyGriffin Smith1-1/+1
2019-09-28 Implement the start of creature AIGriffin Smith1-5/+6
2019-09-21 Implement combatGriffin Smith1-3/+11
2019-09-20 Describe what you see when you walk over itemsGriffin Smith1-5/+7
2019-09-20 Add doors and an open commandGriffin Smith1-0/+4
2019-09-19 Add items and inventoryGriffin Smith1-10/+15
2019-09-15 Progressively reveal the map to the playerGriffin Smith1-1/+4
2019-09-02 Put a test gormlak on the screenGriffin Smith1-0/+32