Skip to content
Success

Changes

Summary

  1. added ipspiel24-minimax (details)
  2. up to date to main (details)
  3. whatever its just on this branch (details)
  4. changed to minimax, added minimax module in pom and moduleinfo (details)
  5. added minimax now inside of the tictactoe strategy (details)
  6. removed ipspiel-minimax folder (details)
  7. Added (not working) generic minimax (details)
  8. still not working (details)
  9. removed old reundundant class (details)
  10. still Errors with illegal cast but bound mismatch error is taken care of (details)
  11. temp commit fuer flo (details)
  12. working if minimax is X somehow (probably dark magic) (details)
Commit 951d6d3d38e2bd7b6e4d5a2afbee453b1bbb3be0 by admin
added ipspiel24-minimax
The file was addedipspiel24-minimax/.fbExcludeFilterFile
The file was addedipspiel24-minimax/.settings/edu.umd.cs.findbugs.core.prefs
The file was addedipspiel24-minimax/.pmdruleset.xml
The file was addedipspiel24-minimax/src/main/java/module-info.java
The file was addedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was addedipspiel24-minimax/.project
The file was addedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was addedipspiel24-minimax/pom.xml
The file was addedipspiel24-minimax/.classpath
The file was addedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was addedipspiel24-minimax/.checkstyle
The file was addedipspiel24-minimax/.pmd
Commit fd1eecc51b3b6613b3b816b8a2d28e5112c038a9 by admin
up to date to main
The file was modifiedipspiel24-minimax/.checkstyle
Commit 402e13d46380bcb6711e7c2e8ff338e5bff3fbc9 by admin
whatever its just on this branch
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategyFactory.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Negamax.java
Commit 94e5897bcc00568f1c7020f362ca7a3de871105f by admin
changed to minimax, added minimax module in pom and moduleinfo
The file was removedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Negamax.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Minimax.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
Commit d2a0988d46a7d6fa504f7b12b93857ba2d7d03b1 by admin
added minimax now inside of the tictactoe strategy
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/module-info.java
The file was modifiedipspiel24-minimax/pom.xml
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
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/tictactoe/gui/impl/TicTacToeMinimaxStrategyOld.java
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Minimax.java
Commit c2b2d88615d0e6ae1b5f5d5ab9ec1fbadb4465a1 by admin
removed ipspiel-minimax folder
The file was removedipspiel24-minimax/.fbExcludeFilterFile
The file was removedipspiel24-minimax/pom.xml
The file was removedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was removedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was removedipspiel24-minimax/.classpath
The file was removedipspiel24-minimax/.settings/edu.umd.cs.findbugs.core.prefs
The file was removedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was removedipspiel24-minimax/.project
The file was removedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Minimax.java
The file was removedipspiel24-minimax/src/main/java/module-info.java
The file was removedipspiel24-minimax/.checkstyle
Commit 3f4035b96c4ee78b79a930c29bac702f5b88e53c by admin
Added (not working) generic minimax
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxInterface.java
The file was addedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was addedipspiel24-minimax/src/test/java/org/ipspiel24/minimax/AppTest.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
The file was addedipspiel24-minimax/pom.xml
The file was addedipspiel24-minimax/.project
The file was addedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was removedipspiel24-minimax/.pmd
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.java
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 removedipspiel24-minimax/.pmdruleset.xml
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/MinimaxInterfaceImpl.java
The file was addedipspiel24-minimax/.classpath
The file was addedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
Commit 95f86af6e372cfcdef8d382dc23f70e206c5d2d2 by admin
still not working
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategyFactory.java
The file was modifiedipspiel24-minimax/pom.xml
The file was modifiedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was modifiedipspiel24-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/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
Commit c1cc0f59307fd59b2d48b9cc3507ff8c09642436 by admin
removed old reundundant class
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxResult.java
Commit 231192d934a08951b201988434810438cf91a85e by admin
still Errors with illegal cast but bound mismatch error is taken care of
The file was addedipspiel24-tictactoe/ipspiel24-tictactoe-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/TicTacToeMinimaxStrategy.java
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxInterface.java
The file was removedipspiel24-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/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.java
The file was addedipspiel24-minimax/src/main/java/module-info.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 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/de/fhdw/gaming/ipspiel24/minimax/Minimax.java
The file was removedipspiel24-minimax/src/test/java/org/ipspiel24/minimax/AppTest.java
Commit 6341ccdb3ff948267dd438118f0b26c0213c09cf by admin
temp commit fuer flo
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.java
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/Minimax.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
Commit 41c8ccb0d19fb2da85e96a35aeabc0c90e27e403 by admin
working if minimax is X somehow (probably dark magic)
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategy.java
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/Minimax.java