Vadman97 / GolangChessAI

Go Chess AI - Exploring Parallel Search Techniques with a Novel Golang Chess Engine
GNU General Public License v3.0
8 stars 3 forks source link

Allow a normal game to be played a Human and AI #82

Closed alexander-lee closed 5 years ago

alexander-lee commented 5 years ago

@dadhia @Vadman97 not sure if the Competition struct is in charge of AI vs. AI interactions.

If so, the Game struct will be used for normal Human vs. AI games.

Otherwise, allow Game to work with Human/AI vs. Human/AI