abassibe / Gomoku

2 stars 0 forks source link

Implement NegaMax algorithm #53

Closed Ragarnoy closed 3 years ago

Ragarnoy commented 3 years ago

We should get some performance gains from implementing this feature, it should not be hard to do since negamax is a variant of minimax, so copying and pasting then modifying it should work just fine. Should be implemented in a new file, named negamax.rs, at the same level as minimax.rs