skotz / volcanoes

Prototype for a new board game
4 stars 1 forks source link

Create tournament engine #4

Closed skotz closed 5 years ago

skotz commented 5 years ago

Create a way to have all the AIs play against each other in a round robin tournament.

skotz commented 5 years ago

Done.

image

Turns out the MiniMax AI is terrible and horrendously slower than the rest of the AIs, so I removed it and ran a 100 round tournament.

image

Any AI that scores less than Random is a joke.

FYI: @simondorfman