LucidTaZ / minimax

MiniMax engine for game decision making
MIT License
4 stars 0 forks source link

Extract Board class #4

Closed LucidTaZ closed 7 years ago

LucidTaZ commented 7 years ago

The code could become a lot cleaner by extracting a Board class from the TicTacToe example GameState class. The example will be easier to understand, and it might even have a positive impact on the tests readability.