I am programming the board game Sequence in vb 2010 and I have gotten to the point where I now need to figure out if someone has won or not
Here is a link to the game Sequence and it's rules: http://www.jaxgames.com/seq.htm
I have looked at How to find the winner of a tic-tac-toe game of any size? which is similar to my problem but gets very complicated if I wanted to try and migrate the idea to Sequence.
I am wondering if anyone has any ideas on how to tell if there is a winner?
The only way I can think of is keep a list of all the possible winning positions and I would not like to do that.