Skip to content

Improved the logic behind the mathematical operations, and intrudes two new...

Karwan Shekhe requested to merge Karwan_Dev into dev

Developed the main mechanism for drawing fractals. • ChaosGameDescription: Represents a description for calculating fractals. • ChaosCanvas: Represents the canvas where the fractals will be drawn. • ChaosGame: Runs the game using the ChaosGameDescription and ChaosCanvas classes. Introduced the "ChaosGameFileHandler" class to both read from and write to a file. Additionally, two classes "ChaosGameCLI" and "ChaosGameFractalPrinter" are introduced for drawing fractals in the terminal.

Merge request reports