I Have Made A Connect Four For The Computer But Need Help On Creating A Computer Player Anything Will Help
Printable View
I Have Made A Connect Four For The Computer But Need Help On Creating A Computer Player Anything Will Help
I suggest writing a set of rules which choose the next move given the current configuration (on good old fashioned paper first). When you cover all cases you are interested in, then you can start coding the computer player.