about summary refs log tree commit diff
path: root/src/Xanthous/Game/Arbitrary.hs
AgeCommit message (Expand)AuthorFilesLines
2020-05-11 Add a very basic, naive auto-move commandGriffin Smith1-1/+1
2020-02-17 Don't run initEvent when loading the gameGriffin Smith1-1/+0
2020-01-20 Store revealed positions on the level itselfGriffin Smith1-8/+16
2020-01-05 Add staircases, and moving between levelsGriffin Smith1-5/+5
2020-01-04 Add support for multiple levelsGriffin Smith1-6/+12
2019-12-23 Don't send the welcome message when loadingGriffin Smith1-0/+1
2019-11-30 Add a very basic inventory panelGriffin Smith1-0/+1
2019-11-29 Use menus for combat and picking up itemsGriffin Smith1-2/+2
2019-11-29 Implement saving+loading the gameGriffin Smith1-1/+8
2019-09-28 Add debug command to reveal the gameGriffin Smith1-0/+1
2019-09-28 Implement the start of creature AIGriffin Smith1-0/+27