From: CBlair1986 Date: 2005-10-16T14:41:55+09:00 Subject: Tic-tac-toe checking Hi all! I have a quick (I hope) question about checking for a tic-tac-toe win. I'd like to be able to check for a X-in-a-row win on a Y-by-Y board. I'd eventually like to be able to check for a 10-in-a-row on a 50-by-50 board. Are there any easy methods I could use, besides doing a check for each possible win? Thanks!