home · contact · privacy
Simplify Thing type differentiation, Furniture becomes Item.
[plomrogue2] / plomrogue / things.py
2020-11-26 Christian HellerSimplify Thing type differentiation, Furniture becomes...
2020-11-26 Christian HellerSome more code style improvements after flake8.
2020-11-26 Christian HellerFix various minor, mostly "unused" flake8 complaints.
2020-11-18 Christian HellerRe-write mapping system to accomodate infinite map...
2020-11-17 Christian HellerShrink sound Dijkstra map, reach; refactor lots of...
2020-11-17 Christian HellerShrink FOV map to radius.
2020-11-14 Christian HellerExpand terrain and thing content.
2020-11-14 Christian HellerGeneralize ThingPlayer.nickname to Thing.name.
2020-11-13 Christian HellerAdd item picking and dropping.
2020-11-13 Christian HellerMake some things block movement, and others not.
2020-11-13 Christian HellerAdd basic non-player things system.
2020-11-12 Christian HellerAdd field of view.
2020-11-10 Christian HellerAlso inhibit FLATTEN_SURROUNDINGS with terrain passwording.
2020-11-09 Christian HellerInitial commit.