-
- Downloads
Fix major bug when creating affine fractal with certain matrices
In addition moved logic from GamePage to the new abstract CanvasPainter class. Improve JavaDoc and remove redundant method calls in ExploreGameController.
parent
0e78e21f
No related branches found
No related tags found
Showing
- src/main/java/org/example/chaosgame/controller/CanvasPainter.java 100 additions, 0 deletions.../java/org/example/chaosgame/controller/CanvasPainter.java
- src/main/java/org/example/chaosgame/controller/ChaosGameController.java 5 additions, 6 deletions...org/example/chaosgame/controller/ChaosGameController.java
- src/main/java/org/example/chaosgame/controller/ExploreGameController.java 19 additions, 6 deletions...g/example/chaosgame/controller/ExploreGameController.java
- src/main/java/org/example/chaosgame/model/chaos/ChaosGame.java 3 additions, 0 deletions...ain/java/org/example/chaosgame/model/chaos/ChaosGame.java
- src/main/java/org/example/chaosgame/model/chaos/ExploreGame.java 10 additions, 8 deletions...n/java/org/example/chaosgame/model/chaos/ExploreGame.java
- src/main/java/org/example/chaosgame/view/GamePage.java 5 additions, 94 deletionssrc/main/java/org/example/chaosgame/view/GamePage.java
Please register or sign in to comment