home · contact · privacy
Enforce sane create_unfound decisions.
[plomrogue2-experiments] / new / plomrogue / tasks.py
2020-07-09 Christian HellerEnforce sane create_unfound decisions.
2019-04-30 Christian HellerFlatten game->world hierarchy.
2019-04-30 Christian HellerAllow player movement beyond central map. Lots of mappi...
2019-04-27 Christian HellerUse smarter YX class for y,x coordinates/sizes.
2019-04-27 Christian HellerMove re-positioning of things in inventory to Thing...
2019-04-25 Christian HellerPrepare map logic extension, limit FOV distance.
2019-04-21 Christian HellerDon't generate objects at illegal positions. Plus,...
2019-04-16 Christian HellerTransform items into food to replenish player energy.
2019-04-09 Christian HellerTo client, add map examining cursor.
2019-03-09 Christian HellerAllow item-in-vicinity selection for item pickup.
2019-02-28 Christian HellerUse tuples for positions; fix inventory saving bug.
2019-02-27 Christian HellerMinor code style improvements.
2019-02-27 Christian HellerAdd client-side inventory handling.
2019-02-27 Christian HellerAdd inventory / item pickup/drop server-side.
2019-02-21 Christian HellerAdd "item" thing type differentiated from animate thing...
2019-02-18 Christian HellerFix so-far invisible task name derivation error.
2019-02-18 Christian HellerRefactor and extend new library.