home · contact · privacy
Turn game saving from command to happening every new turn.
[plomrogue2-experiments] / new2 / plomrogue / game.py
2020-10-25 Christian HellerTurn game saving from command to happening every new...
2020-10-25 Christian HellerAdd basic save file mechanism.
2020-10-25 Christian HellerOnly count new turns on ticks that change world state.
2020-10-25 Christian HellerAdd PING.
2020-10-25 Christian HellerAdd map writing.
2020-10-25 Christian HellerAdd map terrain.
2020-10-25 Christian HellerDe-hardcode map size test.
2020-10-25 Christian HellerIntroduce map geometry.
2020-10-25 Christian HellerOnly draw new game content on tick completion.
2020-10-24 Christian HellerAdd basic multiplayer roguelike chat example.