home · contact · privacy
Register game commands and tasks outside of game module.
[plomrogue2-experiments] / game_common.py
2019-01-30 Christian HellerFix MAP command geometries returning invalid classes.
2019-01-30 Christian HellerLots of refactoring to enable SAVE command.
2019-01-26 Christian HellerTo command parser, add string options; use TASK syntax...
2019-01-19 Christian HellerAdd true yx_tuple:nonneg type, fix MAP command, add...
2019-01-18 Christian HellerDerive legal geometries directly from Map class names.
2019-01-18 Christian HellerRefactor / encapsulate Map stuff into own module.
2019-01-18 Christian HellerAllow selection of grid geometry via MAP command. A...
2019-01-17 Christian HellerCreate new Map object instead of changing it.
2019-01-17 Christian HellerUse hex map.
2019-01-15 Christian HellerClass renaming.
2019-01-12 Christian HellerRedo map system, add map visibility infrastructure.
2018-12-12 Christian HellerRefactor.
2018-12-12 Christian HellerFix faulty assumption about position of player in world...
2018-12-12 Christian HellerRefactor.