[attachment=1114:attachment]
My Four-In-A-Row board game has been playable for some time now, so now I'm just polishing things up. Of course, this list is subject to change.
1) Stabilize scanlines per frame during thinking state.
Thanks to Fred and John for their help.
2) Title screen graphics
Big thanks to Nathan for the title artwork. You are looking at an actual screenshot above. I've managed to animate the colors in the text, a first for a 52 pixel image. There is still a little bit of work left to do, but it's nearly finished.
3) Improve thinking time when there is an immediate threat
This will be easy. Just search the 7 columns for an immediate threat, and block the first one found. If there is more than one threat, it doesn't matter which one is blocked, because the opponent has already won.
4) Fix "draw" bug
The game freezes if the AI determines that the game will end in a draw within a few moves.
...