From 8696f954ec2e6fe467ab99e91d142ff3f0b894a9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 25 Jun 2013 07:59:46 -0400 Subject: Update TODO list. --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index c633663..7b1ba6e 100644 --- a/TODO +++ b/TODO @@ -9,8 +9,10 @@ ** TODO Input Provide hooks to respond to keyboard, mouse, and joystick events. + Wrap SDL keycode, mouse button, etc. constants in our own + enumeration. -** TODO Sprites +** DONE Sprites Encapsulates an image and all of its transformations: position, rotation, scale, color, etc. @@ -57,3 +59,6 @@ ** TODO Bounding box collision detection Most games need simple bounding box collision detection. Provide an efficient implementation that uses quad trees. + +** TODO Particle systems + Provide a highly configurible particle simulation system. -- cgit v1.2.3