Added a TODO file.

This commit is contained in:
2013-01-09 23:02:00 -04:30
parent e742f9c19d
commit a1682c0e43

7
TODO Normal file
View File

@@ -0,0 +1,7 @@
Inmediate things:
1) Move game.DEBUG to a constants.py file
2) Add animation support to the BaseActor class.
3) Implement a EightDirectionsActor class.
4) Finish the IntroState class.
5) Finish the MenuState class.
6) Add sound support to IntroState and MenuState.