Introduce pet-projects dir
[lcapit-junk-code.git] / pet-projects / games / ttt3p / TODO
blobd29096ebdef0583b934ad6af5acdcf1107358a53
1 o computer.c has a lot of duplicated code
2 o most of the code has to walk through the matrix, a common
3   code for all the those loops would be good
4 o part of the heuristics don't work when the board becomes
5   full
6 o we should not update the screen when the computer is
7   figuring out a move
8 o if you type a wierd character in the input screen (eg, "'")
9   the game goes crazy
10 o more heuristics are possible