From: Carl Worth Date: Fri, 20 Jun 2003 15:47:32 +0000 (+0000) Subject: Added TODO X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=41836a082ad01e84e1c0ab0fb2528f5b8bb47b6e;p=grrobot Added 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.) +