From 0f7cf29a0b0207c33756cf9a6c826fc03109b69b Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 17 May 2021 13:21:40 +0100 Subject: [PATCH] tiles vs. things? --- TODO.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO.md b/TODO.md index 5fa5682..3ba086c 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,16 @@ ## game data structure +what is the distinction between animate and inanimate objects? + +idea: + * "tiles" which can animate, and optionally block movement, but have no other behaviour + * "things" which can have complicated behaviours + * ditch foreground/background? + * no - player character needs to be on top of a background image + * each position could have (optionally) a tile and (optionally) a thing + * things have render priority + ### colours ~convert colours to hex~