Summary
- added minimax now inside of the tictactoe strategy (details)
- Added (not working) generic minimax (details)
- still Errors with illegal cast but bound mismatch error is taken care of (details)
- ipspiel24-tictactoe-core: unused interface removed (details)
- ipspiel24-tictactoe-core: TicTacToeGameBuilderFactory.getStrategies() now returns a list of suitably typed strategies (details)
- ipspiel24-tictactoe-core: made constructor public for usage in test cases outside the package (details)
- ipspiel24-tictactoe-core: reverted fixed column number erroneously committed (details)