summaryrefslogtreecommitdiff
path: root/PLAN
blob: 9bc2c7d0d55241a3ac0c767b1267e34cd56a7dbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
chess-ics
- finish all elements of regular use as a client
- takebacks still aren't working 100%

chess-display
- when I checkmate my opponent, the display says "Black ...#"

chess-engine
- if I say "y" to accepting something from my opponent (new game,
  takeback, etc), I get left with an hourglass cursor

chess-irc
- if I move before my opponent has connected, I get a symbol assertion
  about "value"

chess-ply
- detect games drawn by three-fold repetition

chess-german
- complete translation

general
- use more asserts throughout the code
- profile and mem profile
- elint all files
- add docstrings/texi content
- use checkdoc on all files