From cb07110140be0bd3d57e76b5eace17c1efccf4a8 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 23 Jun 2013 17:11:38 -0400 Subject: Update TODO list. --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 79ff405..c633663 100644 --- a/TODO +++ b/TODO @@ -2,6 +2,14 @@ * Things To Do +** TODO Game loop + Provide a game loop structure that responds to input events, + updates the game state, renders the scene. Use a fixed update + timestep and cap the maximum FPS. + +** TODO Input + Provide hooks to respond to keyboard, mouse, and joystick events. + ** TODO Sprites Encapsulates an image and all of its transformations: position, rotation, scale, color, etc. -- cgit v1.2.3