diff options
author | Bradley Smith | 2008-05-14 01:42:18 +0100 |
---|---|---|
committer | Bradley Smith | 2008-05-14 01:42:18 +0100 |
commit | 2c9c8aca0dfc9a01586019137013527285cbecc2 (patch) | |
tree | 37368bd9f218fbc506b62f9fb5c1cbc3eb120137 /TODO | |
parent | Scrap plug-able interfaces in preparation for GTK GUI. (diff) | |
download | gnurobots-2c9c8aca0dfc9a01586019137013527285cbecc2.tar.gz |
Prepare for release of 1.1.0.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,14 +7,14 @@ _____________________________________________________________________ THINGS TO DO: _____________________________________________________________________ -* src/sign.c needs to go. +* Add GTK GUI. -* Improve the graphics, to make everything look better. I think I - need a graphic designer to help me do this. GTK+ would be nice. +* Add graphical map designer. -* In version 2.0, more creatures will get added. The things called +* Better graphics? + +* In version 2.0, more creatures will get added. The things called "baddie" and "food" and "prize" will be generic descriptors. For example, "food" will be a generic name for "cookie" or "donut", so that (robot-feel 'cookie) will fail if the thing is a donut, but (robot-feel 'food) will still work. - |