Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Separate out Turtles class in a new file * Create TurtlesModel class and add, to Turtles, references to its methods * Create TurtlesView class and add, to Turtle, references to its methods * Add to Turtles, variables of model and view, and removing the objects * Distribute methods and variables of Turtles to view and model * Getters for TurtlesModel members * Add view getters * Fix variable declaration in updateNotation
- Loading branch information