From 41836a082ad01e84e1c0ab0fb2528f5b8bb47b6e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Fri, 20 Jun 2003 15:47:32 +0000 Subject: [PATCH] Added TODO --- TODO | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..27ce059 --- /dev/null +++ b/TODO @@ -0,0 +1,22 @@ +The grrobot TODO list, (in no particular order). + +Pre-render each SVG icon, (redo each time the board view size changes). + +Redraw only damaged portions of the board. + +Need to parse commands coming through the command entry box. This is +so that a command like NEW can trigger a SHOW and a board update. + +Animate robot movement. + +Leave trails behind moving robots. + +Add UI for all commands, (ie. BID, REVOKE, PASS, etc.) + +Add graphical display for game state, users, scores, time remaining, +etc. + +Add keybindings, (RGBY for robot selection, arrows for robot movement, +PG UP/DN for message scrolling, numbers for bids, some key for message +input, etc.) + -- 2.43.0