From 715c9106dbff4524f3fdf5d23f762e5e6518e0cb Mon Sep 17 00:00:00 2001 From: troido Date: Mon, 24 Feb 2020 12:38:23 +0100 Subject: healing works now too, the first time based system --- todo.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 todo.md (limited to 'todo.md') diff --git a/todo.md b/todo.md new file mode 100644 index 0000000..610b059 --- /dev/null +++ b/todo.md @@ -0,0 +1,22 @@ + +# TODO + +- delays for moving/fighting +- handle player death +- log world events to player +- interactions +- spawners +- growing/timers +- room unloading +- relative room locations +- ai mobs +- healing +- equipment +- autofight/autoretaliate +- wounds +- loot +- shortcuts for defining items +- improve error handling +- don't crash immediately on invalid map files +- safely write files + -- cgit