home · contact · privacy
Don't generate objects at illegal positions. Plus, refactor.
[plomrogue2-experiments] / new / plomrogue / tasks.py
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.