about summary refs log tree commit diff
path: root/src/Xanthous/Entities/Environment.hs
AgeCommit message (Expand)AuthorFilesLines
2020-02-08 Factor out an EntityAttributes typeGriffin Smith1-4/+6
2020-01-25 Add a close commandGriffin Smith1-0/+4
2020-01-05 Add staircases, and moving between levelsGriffin Smith1-0/+30
2020-01-03 Track entity collision in the Entity classGriffin Smith1-4/+8
2020-01-03 Describe doors as either closed or openGriffin Smith1-1/+2
2019-12-30 Use more evocative characters for closed doorsGriffin Smith1-6/+8
2019-12-30 Place doors on the levelGriffin Smith1-0/+8
2019-11-30 Add messages on the groundGriffin Smith1-7/+30
2019-11-29 Use menus for combat and picking up itemsGriffin Smith1-9/+3
2019-11-29 Implement saving+loading the gameGriffin Smith1-2/+11
2019-09-28 Implement the start of creature AIGriffin Smith1-1/+15
2019-09-20 Describe what you see when you walk over itemsGriffin Smith1-0/+2
2019-09-20 Add doors and an open commandGriffin Smith1-3/+41
2019-09-15 Progressively reveal the map to the playerGriffin Smith1-1/+4
2019-09-09 Convert generated levels to wallsGriffin Smith1-0/+26