about summary refs log tree commit diff
path: root/src/Xanthous/Generators/LevelContents.hs
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19 Add items and inventoryGriffin Smith1-8/+32
Add a new "Item" entity, which pulls from the previously-existent ItemType raw, and add a "PickUp" command which takes the (currently *only*) item off the ground and puts it into the inventory.
2019-09-13 Place the chacracter in the level at startup timeGriffin Smith1-0/+26
Randomly select a position in the largest contiguous region of the generated level in which to place the character at startup time.