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

HumanVisualBoardGamePlayer #366

Closed schrum2 closed 7 years ago

schrum2 commented 7 years ago

Now that the 2D game viewer works, create a new board game player that can be used as long as the board game viewer is active. It works by waiting for the human player to click on a valid location to make a move. This should be easy for Othello and TTT, though extra work may be needed to get Checkers to work ... don't worry about that just yet.

In fact, this should be a pretty low-priority issue, but we definitely want to play against evolved opponents eventually.

DarwinJohnson commented 7 years ago

The Human 2DBoardGamePlayer is now fully implemented and has been tested. Everything appears to be working now. Further details are included in the previous commit: 1711beb .