summaryrefslogtreecommitdiff
path: root/TODO
blob: b28374bf5cb9fbd98a1642edd272655edfe11412 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

KNOWN BUGS:
_____________________________________________________________________

_____________________________________________________________________

THINGS TO DO:
_____________________________________________________________________

* src/sign.c needs to go.

* Improve the graphics, to make everything look better.  I think I
  need a graphic designer to help me do this.  GTK+ would be nice.

* 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.