From cffc8c2b98eca9447b1ca8f2cd2ac474a4c7fe7f Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 14 Aug 2010 21:15:45 +0000 Subject: [PATCH] Create the todo list. --- TODO | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 00000000..8ddb61f0 --- /dev/null +++ b/TODO @@ -0,0 +1,29 @@ + +Important stuff +--------------- +[ ] Something to move a character around. + - [ ] Joystick input. + - [ ] Event listeners for keyboard or joystick. +[ ] Map collisions? +[ ] Add scripting support (lua?). +[ ] Open several maps at the same time. + + +Editor +------ +[ ] File requester for maps. +[ ] Scroller/panner for maps. +[ ] Allow to modify maps. + + +Specs +----- +[ ] Write a map file format. +[ ] Add special zones to the map. + + +Architecture +------------ +[ ] Tiler and Forge are almost the same, try to refactor them. + +