Packages 
Package Description
marc.nguyen.minesweeper.client
Client-related classes.
marc.nguyen.minesweeper.client.core
Contains utility classes.
marc.nguyen.minesweeper.client.core.mvc  
marc.nguyen.minesweeper.client.core.usecases  
marc.nguyen.minesweeper.client.data.database
Contains classes related to the local database.
marc.nguyen.minesweeper.client.data.datasources
Contains classes to retrieve data.
marc.nguyen.minesweeper.client.data.devices
Contains classes related to the device
marc.nguyen.minesweeper.client.data.repositories
Contains implementations of repositories.
marc.nguyen.minesweeper.client.di.components  
marc.nguyen.minesweeper.client.di.modules  
marc.nguyen.minesweeper.client.domain.entities
Contains Domain Entities
marc.nguyen.minesweeper.client.domain.repositories
Contains repositories interfaces.
marc.nguyen.minesweeper.client.domain.usecases
Contains the use cases/interactors of the Clean Architecture.
marc.nguyen.minesweeper.client.domain.usecases.connect  
marc.nguyen.minesweeper.client.presentation.controllers
The Controllers from the MVC Pattern.
marc.nguyen.minesweeper.client.presentation.controllers.listeners  
marc.nguyen.minesweeper.client.presentation.models
The Models from the MVC Pattern.
marc.nguyen.minesweeper.client.presentation.models.game  
marc.nguyen.minesweeper.client.presentation.utils  
marc.nguyen.minesweeper.client.presentation.views
The Views from the MVC Pattern.
marc.nguyen.minesweeper.client.presentation.views.game  
marc.nguyen.minesweeper.client.presentation.views.gamecreation  
marc.nguyen.minesweeper.client.presentation.views.gamecreation.settings  
marc.nguyen.minesweeper.client.presentation.widgets  
marc.nguyen.minesweeper.common.data.models
Contains Models shared between client and server.
marc.nguyen.minesweeper.server
Server-related classes.
marc.nguyen.minesweeper.server.api
Server communication classes.
marc.nguyen.minesweeper.server.api.workers  
marc.nguyen.minesweeper.server.core  
marc.nguyen.minesweeper.server.enums  
marc.nguyen.minesweeper.server.models