home · contact · privacy
Improve invisibility depiction.
[plomrogue2-experiments] / server_ / game.py
2019-01-12 Christian HellerImprove invisibility depiction.
2019-01-12 Christian HellerAdd more interesting map visibility.
2019-01-12 Christian HellerRedo map system, add map visibility infrastructure.
2019-01-10 Christian HellerRefactor.
2019-01-10 Christian HellerReplace GET_TURN with more useful GET_GAMESTATE.
2019-01-10 Christian HellerAvoid Thing collisions.
2019-01-06 Christian HellerGive feedback on aborted tasks.
2019-01-06 Christian HellerKeep checking tasks are possible during proceeding.
2019-01-06 Christian HellerRefactor.
2018-12-12 Christian HellerFix faulty assumption about position of player in world...
2018-12-12 Christian HellerRefactor.
2018-12-11 Christian HellerRefactor.
2018-12-11 Christian HellerMove hardcoding of world data to init process.
2018-12-11 Christian HellerRefactor, add game file handling, replace TERRAIN with...
2018-12-03 Christian HellerRefactor.