From d9a5962c3260e911fa01acc74637a6a4328d6150 Mon Sep 17 00:00:00 2001 From: snit Date: Sun, 29 Sep 2024 23:20:34 -0500 Subject: [PATCH] base TODO list --- TODO.gmi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO.gmi diff --git a/TODO.gmi b/TODO.gmi new file mode 100644 index 0000000..55080a0 --- /dev/null +++ b/TODO.gmi @@ -0,0 +1,14 @@ +# TODO +A list of things I'd like to accomplish + +* Game loop +* Create and load worlds +* Daemonise the serverside +* Expose a socket or pipe on the daemon for the client +* Client connection to daemon +* Display environment and pan camera +* Time controls (play/pause/speed up) +* See creature stats +* Add a lua modding API +* Load mods +* Handle mod dependencies