home · contact · privacy
Add to TODO.
[plomrogue] / TODO
diff --git a/TODO b/TODO
index c9645c9081c9eb310f903d0084737109441aad9a..3f3e1b529911506402091f2ba515b189ad62d3e8 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,17 +1,17 @@
 Next planned steps in plomrogue development:
 
-IN GENERAL:
+BOTH SERVER/CLIENT:
 
 - expand use of hardcoded_strings module(s)
 
-SERVER:
+- make server and client communicate by specific world state info requests 
+  in server/out, replacing server/worldstate
 
-- handle case of actors hitting the map edge
+- quote escaping in token_from_line()
 
-BOTH SERVER/CLIENT:
+SERVER:
 
-- make server and client communicate by specific world state info requests 
-  in server/out, replacing server/worldstate
+- fix hardcoded MAGIC MEAT eating message in thing_actions.c
 
 CLIENT: