schrum2 / MM-NEATv2

MM-NEAT version 2.0 is no longer supported. Please get MM-NEAT 3+ from https://github.com/schrum2/MM-NEAT
Other
11 stars 5 forks source link

Implement Connect-Four as a Board Game class #452

Open schrum2 opened 7 years ago

schrum2 commented 7 years ago

This is a straight-forward two-player, two-dimensional board game. I know of some work done with it, and I think it would be interesting to implement. It's also nice because the number of possible moves per state is small.