From 97b79451914e84e12a89e825df631f575e65ab45 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 14 Nov 2014 10:20:04 +1100 Subject: [PATCH] need to go TMP COMMIT --- todo.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/todo.txt b/todo.txt index eb2bb64..b31ad34 100644 --- a/todo.txt +++ b/todo.txt @@ -16,3 +16,11 @@ TODO: The TileSheet class should implement the surface itself TODO: Passwords/Authentication TODO: Time delay for requesting region packets TODO: A proper logging system + +------------------------- + +The entities might need an API, which interfaces with all entity types (characters, monsters, doors, etc.) +The Entity base class handles position (including room) and motion, so something generic like this could be used (or aliased by other APIs) + +entity: +