annotate TODO @ 326:89f51d513606

Add TextDialog class and use it to warn about selling your last chicken.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 21:50:04 +0000
parents 305af737c0a8
children 7ef352c66f07
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
137
dc7b8527ddab TODO loosely based on IRC discussion at end of 2 September.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
1 == TODO ==
dc7b8527ddab TODO loosely based on IRC discussion at end of 2 September.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
2
300
de97648d279e Update TODO.
Jeremy Thurgood <firxen@gmail.com>
parents: 299
diff changeset
3 * Balance game (game length, profits & costs, etc.) (All)
260
fb33aef5131c Add who is working on what to the TODOs.
Simon Cross <hodgestar@gmail.com>
parents: 259
diff changeset
4
300
de97648d279e Update TODO.
Jeremy Thurgood <firxen@gmail.com>
parents: 299
diff changeset
5 * Py2exe packaging (Hodgestar)
de97648d279e Update TODO.
Jeremy Thurgood <firxen@gmail.com>
parents: 299
diff changeset
6
de97648d279e Update TODO.
Jeremy Thurgood <firxen@gmail.com>
parents: 299
diff changeset
7 * Py2app packaging (jerith)
242
23533f3ccd8a Clean up TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 241
diff changeset
8
312
dd1ffee5ccf5 Use different score tables fot the different modes. Refactor game modes code as a result
Neil Muller <drnlmuller@gmail.com>
parents: 302
diff changeset
9 * Show game mode in gameboard
dd1ffee5ccf5 Use different score tables fot the different modes. Refactor game modes code as a result
Neil Muller <drnlmuller@gmail.com>
parents: 302
diff changeset
10 - Warn at days - 1?
324
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
11 - by tweaking label days XX/YY
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
12 - Maybe make label red on last day?
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
13
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
14 * Dialog for last chicken.
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
15
305af737c0a8 Add two items to the TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 312
diff changeset
16 * Dialog for do you really want to give up.
299
d7f5cd8007fb Update TODO
Neil Muller <drnlmuller@gmail.com>
parents: 297
diff changeset
17
242
23533f3ccd8a Clean up TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 241
diff changeset
18 == POST PYWEEK ==
23533f3ccd8a Clean up TODO list.
Simon Cross <hodgestar@gmail.com>
parents: 241
diff changeset
19
203
653da96db572 Fixed dangling cursor sprite and did some TODO list maintenance.
Jeremy Thurgood <firxen@gmail.com>
parents: 178
diff changeset
20 * Add invalid cursor sprite
653da96db572 Fixed dangling cursor sprite and did some TODO list maintenance.
Jeremy Thurgood <firxen@gmail.com>
parents: 178
diff changeset
21
137
dc7b8527ddab TODO loosely based on IRC discussion at end of 2 September.
Simon Cross <hodgestar@gmail.com>
parents:
diff changeset
22 * <confluence> We should have text images instead of buttons (in the various menus and toolbars).
248
aa351a7ba8d6 Move persistent high score to post pyweek
Neil Muller <drnlmuller@gmail.com>
parents: 246
diff changeset
23
aa351a7ba8d6 Move persistent high score to post pyweek
Neil Muller <drnlmuller@gmail.com>
parents: 246
diff changeset
24 * Persistent high scores
257
fcaae2cfe3cd Make foxes less determistic when avoiding other foxes
Neil Muller <drnlmuller@gmail.com>
parents: 254
diff changeset
25
fcaae2cfe3cd Make foxes less determistic when avoiding other foxes
Neil Muller <drnlmuller@gmail.com>
parents: 254
diff changeset
26 * Better fox move logic