Move game to controller, fix comment handling in readFromFile
Showing
- src/main/java/edu/ntnu/stud/chaosgame/Main.java 4 additions, 5 deletionssrc/main/java/edu/ntnu/stud/chaosgame/Main.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/ChaosGameObserver.java 2 additions, 2 deletions...edu/ntnu/stud/chaosgame/controller/ChaosGameObserver.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java 1 addition, 1 deletion.../edu/ntnu/stud/chaosgame/controller/game/ChaosCanvas.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java 1 addition, 1 deletion...va/edu/ntnu/stud/chaosgame/controller/game/ChaosGame.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameDescription.java 1 addition, 1 deletion.../stud/chaosgame/controller/game/ChaosGameDescription.java
- src/main/java/edu/ntnu/stud/chaosgame/controller/game/ChaosGameFileHandler.java 7 additions, 3 deletions.../stud/chaosgame/controller/game/ChaosGameFileHandler.java
- src/main/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java 1 addition, 1 deletion...in/java/edu/ntnu/stud/chaosgame/model/data/Matrix2x2.java
- src/main/java/edu/ntnu/stud/chaosgame/model/generators/ChaosGameDescriptionFactory.java 2 additions, 2 deletions...aosgame/model/generators/ChaosGameDescriptionFactory.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/AffineTransform2D.java 1 addition, 1 deletion...ud/chaosgame/model/transformations/AffineTransform2D.java
- src/main/java/edu/ntnu/stud/chaosgame/model/transformations/JuliaTransform.java 1 addition, 1 deletion.../stud/chaosgame/model/transformations/JuliaTransform.java
- src/main/java/edu/ntnu/stud/chaosgame/view/ChaosGameGUIView.java 6 additions, 5 deletions...n/java/edu/ntnu/stud/chaosgame/view/ChaosGameGUIView.java
- src/main/resources/descriptions/factory/desc_1.txt 6 additions, 6 deletionssrc/main/resources/descriptions/factory/desc_1.txt
- src/main/resources/descriptions/factory/desc_2.txt 7 additions, 7 deletionssrc/main/resources/descriptions/factory/desc_2.txt
- src/main/resources/descriptions/factory/desc_3.txt 4 additions, 4 deletionssrc/main/resources/descriptions/factory/desc_3.txt
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java 1 addition, 1 deletion...du/ntnu/stud/chaosgame/game/ChaosGameDescriptionTest.java
- src/test/java/edu/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java 14 additions, 12 deletions...du/ntnu/stud/chaosgame/game/ChaosGameFileHandlerTest.java
Loading
Please register or sign in to comment