Skip to content
Success

Changes

Summary

  1. added minimax now inside of the tictactoe strategy (details)
  2. Added (not working) generic minimax (details)
  3. still Errors with illegal cast but bound mismatch error is taken care of (details)
Commit d2a0988d46a7d6fa504f7b12b93857ba2d7d03b1 by admin
added minimax now inside of the tictactoe strategy
The file was modifiedipspiel24-minimax/pom.xml
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/impl/TicTacToeFieldImpl.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Minimax.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategyOld.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
Commit 3f4035b96c4ee78b79a930c29bac702f5b88e53c by admin
Added (not working) generic minimax
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/impl/TicTacToeFieldImpl.java
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxResult.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxInterface.java
The file was addedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.java
The file was addedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was addedipspiel24-minimax/pom.xml
The file was addedipspiel24-minimax/src/test/java/org/ipspiel24/minimax/AppTest.java
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/MinimaxInterfaceImpl.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
The file was removedipspiel24-minimax/.pmdruleset.xml
The file was addedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was addedipspiel24-minimax/.classpath
The file was removedipspiel24-minimax/.pmd
The file was addedipspiel24-minimax/.project
Commit 231192d934a08951b201988434810438cf91a85e by admin
still Errors with illegal cast but bound mismatch error is taken care of
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/TicTacToeMinimaxStrategy.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategyFactory.java
The file was addedipspiel24-minimax/src/main/java/module-info.java
The file was removedipspiel24-minimax/src/test/java/org/ipspiel24/minimax/AppTest.java
The file was removedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/MinimaxInterfaceImpl.java
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxInterface.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.java
The file was addedipspiel24-minimax/src/test/java/de/fhdw/gaming/ipspiel24/minimax/AppTest.java
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/Minimax.java