From 9f0f5c47e9dacdd394ff50512ad31111ed09f070 Mon Sep 17 00:00:00 2001 From: Miguel Angel Astor Romero Date: Mon, 21 Jan 2013 22:00:29 -0430 Subject: [PATCH] Updated the TODO file. --- TODO | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index a1713ce..10a9733 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ Stuff left: 1) Add sound support to the BaseState subclasses. - 2) Implement the 8 directional actor subclass. - 3) Implement the NPC's based on the 8 directional actor subclass. - 4) Implement the NPC spawners. - 5) Center the letters in ScoreState and the story labels in MenuState. - 6) Comment everything. + 2) Implement the NPC's based on the 8 directional actor subclass. + 3) Implement the NPC spawners. + 4) Calculate socres and wave increases. + 5) Implement the defeat condition with the enemies. + 6) Center the letters in ScoreState and the story labels in MenuState. + 7) Fix the issue of the right wall not properly aligned on Android. + 8) Make movement relative to player position.