Skip to content
Success

Changes

Summary

  1. othello: rebased on gaming framework 1.0.2-SNAPSHOT (details)
Commit e81ff1b44ef61950bebf769f6607817a0b3d7fbf by Christoph Schulz
othello: rebased on gaming framework 1.0.2-SNAPSHOT

This changed game creation and strategy implementation.
The file was modifiedpom.xml
The file was removedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloGame.java
The file was modifiedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImpl.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameBuilderImplTest.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloGuiObserverImpl.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloInteractiveStrategy.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImplTest.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/OthelloGameBuilder.java
The file was addedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloRandomMoveGenerator.java
The file was modifiedothello-strategy-template/src/main/java/de/fhdw/gaming/othello/strategy/template/OthelloMyStrategy.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/first/OthelloFirstMoveFoundStrategy.java
The file was removedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/impl/OthelloGameImpl.java
The file was modifiedothello-core/src/test/java/de/fhdw/gaming/othello/core/domain/impl/OthelloStrategyStub.java
The file was modifiedothello-gui/src/main/java/de/fhdw/gaming/othello/gui/impl/OthelloBoardView.java
The file was addedothello-core/src/main/java/de/fhdw/gaming/othello/core/domain/OthelloMoveGenerator.java