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)
  13. ipspiel24-minimax: placebo test case deleted (details)
  14. ipspiel24-minimax: pom.xml corrected (details)
  15. ipspiel24-minimax: pom.xml completed, Checkstyle and SpotBugs enabled (details)
  16. ipspiel24-minimax: added TODOs for missing comments (details)
  17. ipspiel24-minimax: don't negate Integer.MIN_VALUE as this doesn't work (details)
Commit 46edfed8266047d4260d6f100ca6640a4968ce90 by Christoph Schulz
added ipspiel24-minimax
The file was addedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was addedipspiel24-minimax/.checkstyle
The file was addedipspiel24-minimax/pom.xml
The file was addedipspiel24-minimax/.project
The file was addedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was addedipspiel24-minimax/.classpath
The file was addedipspiel24-minimax/.pmdruleset.xml
The file was addedipspiel24-minimax/.pmd
The file was addedipspiel24-minimax/.settings/edu.umd.cs.findbugs.core.prefs
The file was addedipspiel24-minimax/.fbExcludeFilterFile
The file was addedipspiel24-minimax/src/main/java/module-info.java
The file was addedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
Commit 754ac2921e2c5beaf6f32e16ac0d67ee674f2d84 by Christoph Schulz
up to date to main
The file was modifiedipspiel24-minimax/.checkstyle
Commit 841ad5d741242ceb7decb6f18c0e6838e8a0cd1a by Christoph Schulz
whatever its just on this branch
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/src/main/java/module-info.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Negamax.java
The file was addedipspiel24-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/TicTacToeMinimaxStrategyFactory.java
Commit c43a3cf22561b7aa80ebe5fbc1b87bfcec773d16 by Christoph Schulz
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 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/src/main/java/module-info.java
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/core/moves/impl/Minimax.java
Commit 4180bbccc33198bdc1c1bf1e82e360ed4b517121 by Christoph Schulz
added minimax now inside of the tictactoe strategy
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-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/impl/TicTacToeFieldImpl.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
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
Commit 9ff19737c4dbd505995809a1813e28b2d00a7f70 by Christoph Schulz
removed ipspiel-minimax folder
The file was removedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was removedipspiel24-minimax/.checkstyle
The file was removedipspiel24-minimax/.project
The file was removedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was removedipspiel24-minimax/.fbExcludeFilterFile
The file was removedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was removedipspiel24-minimax/pom.xml
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/.settings/edu.umd.cs.findbugs.core.prefs
The file was removedipspiel24-minimax/.classpath
Commit a4b64e8aa6171cd02c8937213aa114c6135d4289 by Christoph Schulz
Added (not working) generic minimax
The file was modifiedipspiel24-tictactoe/ipspiel24-tictactoe-gui/pom.xml
The file was addedipspiel24-minimax/.settings/org.eclipse.m2e.core.prefs
The file was addedipspiel24-minimax/.settings/org.eclipse.core.resources.prefs
The file was addedipspiel24-minimax/pom.xml
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 addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxInterface.java
The file was addedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/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 addedipspiel24-minimax/.settings/org.eclipse.jdt.core.prefs
The file was addedipspiel24-minimax/src/test/java/org/ipspiel24/minimax/AppTest.java
The file was removedipspiel24-minimax/.pmdruleset.xml
The file was addedipspiel24-minimax/.classpath
The file was addedipspiel24-minimax/.project
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 removedipspiel24-minimax/.pmd
Commit 6ad4517b2df64f5067266320302e781213d44505 by Christoph Schulz
still not working
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/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/TicTacToeMinimaxStrategyFactory.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/de/fhdw/gaming/ipspiel24/tictactoe/gui/impl/MinimaxInterfaceImpl.java
Commit 9843852c3f43c981347b4a353691d164e25a938c by Christoph Schulz
removed old reundundant class
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/MinimaxResult.java
Commit c511d419e4b944880b88cbee3ff2e10abf27b2d9 by Christoph Schulz
still Errors with illegal cast but bound mismatch error is taken care of
The file was addedipspiel24-minimax/src/main/java/module-info.java
The file was removedipspiel24-minimax/src/main/java/org/ipspiel24/minimax/Minimax.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/MinimaxInterface.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-core/src/main/java/de/fhdw/gaming/ipspiel24/tictactoe/core/domain/TicTacToeMinimaxStrategy.java
The file was addedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.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 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
Commit 70742023818b616763bd536667a965377da525dd by Christoph Schulz
temp commit fuer flo
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
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.java
Commit be8f937d5bca19f49069e1cdc534255015c50be0 by Christoph Schulz
working if minimax is X somehow (probably dark magic)
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
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/MinimaxStrategy.java
Commit f19cfa74ceb037efe02744bba5995485a123fc7d by Christoph Schulz
ipspiel24-minimax: placebo test case deleted
The file was removedipspiel24-minimax/src/test/java/de/fhdw/gaming/ipspiel24/minimax/AppTest.java
Commit c3adf6c97ff9e9a5704cdc46d65ec8c8b01a5279 by Christoph Schulz
ipspiel24-minimax: pom.xml corrected

Especially, JUnit dependency has changed from version 3.x to 5.x.
The file was modifiedipspiel24-minimax/pom.xml
Commit 2b46964628694535337d42e4016e055eec68a9dd by Christoph Schulz
ipspiel24-minimax: pom.xml completed, Checkstyle and SpotBugs enabled
The file was modifiedipspiel24-minimax/.project
The file was addedipspiel24-minimax/.settings/edu.umd.cs.findbugs.core.prefs
The file was modifiedipspiel24-minimax/pom.xml
The file was addedipspiel24-minimax/.gitignore
Commit bf75b0b6de2cb60da697ec492ddee5ae6e0ea6bc by Christoph Schulz
ipspiel24-minimax: added TODOs for missing comments
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
Commit 74955ce07b15a9b0ed375c9772a93cd4cd44451a by Christoph Schulz
ipspiel24-minimax: don't negate Integer.MIN_VALUE as this doesn't work
The file was modifiedipspiel24-minimax/src/main/java/de/fhdw/gaming/ipspiel24/minimax/Minimax.java