Package com.edu.xmum.CST210.Factory
package com.edu.xmum.CST210.Factory
-
ClassesClassDescriptionFactoryProducer is responsible for providing the appropriate factory instance based on the choice provided.GameControllerFactory is responsible for creating instances of IGameController.GameModelFactory is responsible for creating instances of game models, player models, and maze models.GameServiceFactory is responsible for creating instances of game services, player services, AI services, and maze services.GameViewFactory is responsible for creating instances of different views (Victory, Maze, Run, Player, Prepare, Welcome, and Selection) based on the specified skin.