Skip to content
Success

Changes

Summary

  1. othello: various small code improvements (details)
  2. othello: launch configurations updated (details)
Commit eabbe6571448286edaab129c27b3002c3fe0b300 by Christoph Schulz
othello: various small code improvements
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloPlaceTokenMoveImplTest.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardEventProviderImpl.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/first/OthelloFirstMoveFoundStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloBoard.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImpl.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloState.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloFieldView.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloFieldImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloBoardImplTest.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/maxFlips/OthelloMaxFlipsMoveStrategy.java
The file was modifiedothello-strategy-examples/src/main/java/de/fhdw/gaming/othello/strategy/examples/random/OthelloRandomMoveStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderFactoryImpl.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloPlayerBuilderImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStateImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/moves/impl/OthelloSkipMoveImplTest.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java
The file was modifiedothello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java
Commit 55da90aa130b01368e924a522f15c03f10c4c42d by Christoph Schulz
othello: launch configurations updated
The file was modifiedothello-strategy-template/Gaming Contest.launch
The file was modifiedothello-strategy-template/Gaming GUI.launch