about summary refs log tree commit diff
path: root/src/Xanthous/App.hs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19 Add items and inventoryGriffin Smith1-23/+27
2019-09-15 Remove all but the largest region in cavesGriffin Smith2-4/+12
2019-09-15 Scroll the viewport around the characterGriffin Smith1-1/+11
2019-09-15 Progressively reveal the map to the playerGriffin Smith17-52/+454
2019-09-14 Fill the outer edges of generated levelsGriffin Smith2-1/+13
2019-09-14 Implement collisionGriffin Smith2-3/+29
2019-09-13 Place the chacracter in the level at startup timeGriffin Smith9-34/+171
2019-09-09 Convert generated levels to wallsGriffin Smith20-115/+356
2019-09-07 gitignore debug.logGriffin Smith1-0/+4
2019-09-07 Add cellular-automata cave generatorGriffin Smith10-8/+434
2019-09-02 Put a test gormlak on the screenGriffin Smith5-19/+66
2019-09-02 Add raws, loaded statically from a folderGriffin Smith10-10/+204
2019-09-02 Add commands for diagonal movementGriffin Smith1-0/+4
2019-09-02 Add a previous message commandGriffin Smith5-6/+31
2019-09-02 Link up messages to the overall gameGriffin Smith9-39/+155
2019-09-01 Implement messagesGriffin Smith13-17/+587
2019-08-31 Add entities, and allow walking aroundGriffin Smith21-31/+718
2019-08-31 Use haskellSrc2nix over explicit cabal2nixGriffin Smith5-34/+21
2019-08-25 An @-sign in a box, in haskellGriffin Smith17-3/+1075
2019-08-25 Wipe Rust projectGriffin Smith47-6087/+0
2019-08-03 Add method for writing option menus to viewportGriffin Smith4-22/+116
2019-08-03 Add inventory, and the ability to pick up itemsGriffin Smith8-6/+63
2019-08-03 Fix a bunch more Clippy lints, but disable in CircleGriffin Smith18-76/+72
2019-08-03 Clear messages every turnGriffin Smith1-0/+11
2019-08-03 Add clippy to circleCI and fix all lintsGriffin Smith16-83/