tvl-depot/test/Xanthous
Griffin Smith 25a1c5ade3 Factor out an EntityAttributes type
Factor out a new EntityAttributes type from some of the methods of the
Entity class, to avoid the proliferation of 1-argument boolean methods
on the entity class that always have to be forwarded through the Entity
instance for SomeEntity if they have defaults (forgetting to do which
has wasted tons of my time up to this point). Currently blocksVision,
blocksObject, and collision are all in there.
2020-02-08 17:24:27 -05:00
..
Data Factor out an EntityAttributes type 2020-02-08 17:24:27 -05:00
Entities Add raws, loaded statically from a folder 2019-09-02 13:59:28 -04:00
Generators Convert generated levels to walls 2019-09-09 20:54:33 -04:00
Util Add dungeon level generation 2019-12-30 11:31:56 -05:00
DataSpec.hs Generate more reasonable doors 2020-01-08 23:15:32 -05:00
GameSpec.hs Fix an injectivity issue with saving the game 2019-11-30 15:00:39 -05:00
MessageSpec.hs Implement messages 2019-09-01 13:54:27 -04:00
OrphansSpec.hs Implement saving+loading the game 2019-11-29 14:33:52 -05:00
UtilSpec.hs Don't walk gormlaks into walls 2019-10-15 22:54:31 -04:00