home · contact · privacy
Add auto-mapping / map memory.
[plomrogue] / TODO
1 Next planned steps in plomrogue development:
2
3 IN GENERAL:
4
5 - expand use of hardcoded_strings module(s)
6
7 SERVER:
8
9 - check whether saving every player turn slows down gameplay
10
11 BOTH SERVER/CLIENT:
12
13 - make server and client communicate by specific world state info requests 
14   in server/out, replacing server/worldstate
15
16 CLIENT:
17
18 - re-work unnecessary complex command / keybinding / server message mapping
19
20 - fix memory leakin draw_wins module