home · contact · privacy
Add ever-decreasing health to animate things, and death.
[plomrogue2-experiments] / new / plomrogue / things.py
2019-04-10 Christian HellerAdd ever-decreasing health to animate things, and death.
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 HellerFix reproducibility bug due to unstable iteration order.
2019-02-27 Christian HellerAdd inventory / item pickup/drop server-side.
2019-02-21 Christian HellerDynamically decide new Thing IDs.
2019-02-21 Christian HellerAdd "item" thing type differentiated from animate thing...
2019-02-21 Christian HellerAdd multi-class thing type system.
2019-02-18 Christian HellerMore refactoring.