diff --git a/Assets/Runtime.meta b/Assets/Scripts.meta similarity index 100% rename from Assets/Runtime.meta rename to Assets/Scripts.meta diff --git a/Assets/Runtime/Commands.meta b/Assets/Scripts/Commands.meta similarity index 100% rename from Assets/Runtime/Commands.meta rename to Assets/Scripts/Commands.meta diff --git a/Assets/Runtime/Commands/GameCommandDispatcher.cs b/Assets/Scripts/Commands/GameCommandDispatcher.cs similarity index 100% rename from Assets/Runtime/Commands/GameCommandDispatcher.cs rename to Assets/Scripts/Commands/GameCommandDispatcher.cs diff --git a/Assets/Runtime/Commands/GameCommandDispatcher.cs.meta b/Assets/Scripts/Commands/GameCommandDispatcher.cs.meta similarity index 100% rename from Assets/Runtime/Commands/GameCommandDispatcher.cs.meta rename to Assets/Scripts/Commands/GameCommandDispatcher.cs.meta diff --git a/Assets/Runtime/Commands/GameCommandHandlers.cs b/Assets/Scripts/Commands/GameCommandHandlers.cs similarity index 100% rename from Assets/Runtime/Commands/GameCommandHandlers.cs rename to Assets/Scripts/Commands/GameCommandHandlers.cs diff --git a/Assets/Runtime/Commands/GameCommandHandlers.cs.meta b/Assets/Scripts/Commands/GameCommandHandlers.cs.meta similarity index 100% rename from Assets/Runtime/Commands/GameCommandHandlers.cs.meta rename to Assets/Scripts/Commands/GameCommandHandlers.cs.meta diff --git a/Assets/Runtime/Commands/GameCommands.cs b/Assets/Scripts/Commands/GameCommands.cs similarity index 100% rename from Assets/Runtime/Commands/GameCommands.cs rename to Assets/Scripts/Commands/GameCommands.cs diff --git a/Assets/Runtime/Commands/GameCommands.cs.meta b/Assets/Scripts/Commands/GameCommands.cs.meta similarity index 100% rename from Assets/Runtime/Commands/GameCommands.cs.meta rename to Assets/Scripts/Commands/GameCommands.cs.meta diff --git a/Assets/Runtime/Commands/IGameCommand.cs b/Assets/Scripts/Commands/IGameCommand.cs similarity index 100% rename from Assets/Runtime/Commands/IGameCommand.cs rename to Assets/Scripts/Commands/IGameCommand.cs diff --git a/Assets/Runtime/Commands/IGameCommand.cs.meta b/Assets/Scripts/Commands/IGameCommand.cs.meta similarity index 100% rename from Assets/Runtime/Commands/IGameCommand.cs.meta rename to Assets/Scripts/Commands/IGameCommand.cs.meta diff --git a/Assets/Runtime/Commands/IGameCommandDispatcher.cs b/Assets/Scripts/Commands/IGameCommandDispatcher.cs similarity index 100% rename from Assets/Runtime/Commands/IGameCommandDispatcher.cs rename to Assets/Scripts/Commands/IGameCommandDispatcher.cs diff --git a/Assets/Runtime/Commands/IGameCommandDispatcher.cs.meta b/Assets/Scripts/Commands/IGameCommandDispatcher.cs.meta similarity index 100% rename from Assets/Runtime/Commands/IGameCommandDispatcher.cs.meta rename to Assets/Scripts/Commands/IGameCommandDispatcher.cs.meta diff --git a/Assets/Runtime/Commands/IGameCommandHandler.cs b/Assets/Scripts/Commands/IGameCommandHandler.cs similarity index 100% rename from Assets/Runtime/Commands/IGameCommandHandler.cs rename to Assets/Scripts/Commands/IGameCommandHandler.cs diff --git a/Assets/Runtime/Commands/IGameCommandHandler.cs.meta b/Assets/Scripts/Commands/IGameCommandHandler.cs.meta similarity index 100% rename from Assets/Runtime/Commands/IGameCommandHandler.cs.meta rename to Assets/Scripts/Commands/IGameCommandHandler.cs.meta diff --git a/Assets/Runtime/Config.meta b/Assets/Scripts/Config.meta similarity index 100% rename from Assets/Runtime/Config.meta rename to Assets/Scripts/Config.meta diff --git a/Assets/Runtime/Config/MinesweeperGameConfig.cs b/Assets/Scripts/Config/MinesweeperGameConfig.cs similarity index 100% rename from Assets/Runtime/Config/MinesweeperGameConfig.cs rename to Assets/Scripts/Config/MinesweeperGameConfig.cs diff --git a/Assets/Runtime/Config/MinesweeperGameConfig.cs.meta b/Assets/Scripts/Config/MinesweeperGameConfig.cs.meta similarity index 100% rename from Assets/Runtime/Config/MinesweeperGameConfig.cs.meta rename to Assets/Scripts/Config/MinesweeperGameConfig.cs.meta diff --git a/Assets/Runtime/Config/MinesweeperScreenCatalog.cs b/Assets/Scripts/Config/MinesweeperScreenCatalog.cs similarity index 100% rename from Assets/Runtime/Config/MinesweeperScreenCatalog.cs rename to Assets/Scripts/Config/MinesweeperScreenCatalog.cs diff --git a/Assets/Runtime/Config/MinesweeperScreenCatalog.cs.meta b/Assets/Scripts/Config/MinesweeperScreenCatalog.cs.meta similarity index 100% rename from Assets/Runtime/Config/MinesweeperScreenCatalog.cs.meta rename to Assets/Scripts/Config/MinesweeperScreenCatalog.cs.meta diff --git a/Assets/Runtime/Config/MinesweeperUiConfig.cs b/Assets/Scripts/Config/MinesweeperUiConfig.cs similarity index 100% rename from Assets/Runtime/Config/MinesweeperUiConfig.cs rename to Assets/Scripts/Config/MinesweeperUiConfig.cs diff --git a/Assets/Runtime/Config/MinesweeperUiConfig.cs.meta b/Assets/Scripts/Config/MinesweeperUiConfig.cs.meta similarity index 100% rename from Assets/Runtime/Config/MinesweeperUiConfig.cs.meta rename to Assets/Scripts/Config/MinesweeperUiConfig.cs.meta diff --git a/Assets/Runtime/Config/SmileFaceState.cs b/Assets/Scripts/Config/SmileFaceState.cs similarity index 100% rename from Assets/Runtime/Config/SmileFaceState.cs rename to Assets/Scripts/Config/SmileFaceState.cs diff --git a/Assets/Runtime/Config/SmileFaceState.cs.meta b/Assets/Scripts/Config/SmileFaceState.cs.meta similarity index 100% rename from Assets/Runtime/Config/SmileFaceState.cs.meta rename to Assets/Scripts/Config/SmileFaceState.cs.meta diff --git a/Assets/Runtime/Core.meta b/Assets/Scripts/Core.meta similarity index 100% rename from Assets/Runtime/Core.meta rename to Assets/Scripts/Core.meta diff --git a/Assets/Runtime/Core/BoardActionResult.cs b/Assets/Scripts/Core/BoardActionResult.cs similarity index 100% rename from Assets/Runtime/Core/BoardActionResult.cs rename to Assets/Scripts/Core/BoardActionResult.cs diff --git a/Assets/Runtime/Core/BoardActionResult.cs.meta b/Assets/Scripts/Core/BoardActionResult.cs.meta similarity index 100% rename from Assets/Runtime/Core/BoardActionResult.cs.meta rename to Assets/Scripts/Core/BoardActionResult.cs.meta diff --git a/Assets/Runtime/Core/BoardCellData.cs b/Assets/Scripts/Core/BoardCellData.cs similarity index 100% rename from Assets/Runtime/Core/BoardCellData.cs rename to Assets/Scripts/Core/BoardCellData.cs diff --git a/Assets/Runtime/Core/BoardCellData.cs.meta b/Assets/Scripts/Core/BoardCellData.cs.meta similarity index 100% rename from Assets/Runtime/Core/BoardCellData.cs.meta rename to Assets/Scripts/Core/BoardCellData.cs.meta diff --git a/Assets/Runtime/Core/BoardService.cs b/Assets/Scripts/Core/BoardService.cs similarity index 100% rename from Assets/Runtime/Core/BoardService.cs rename to Assets/Scripts/Core/BoardService.cs diff --git a/Assets/Runtime/Core/BoardService.cs.meta b/Assets/Scripts/Core/BoardService.cs.meta similarity index 100% rename from Assets/Runtime/Core/BoardService.cs.meta rename to Assets/Scripts/Core/BoardService.cs.meta diff --git a/Assets/Runtime/Core/GamePauseService.cs b/Assets/Scripts/Core/GamePauseService.cs similarity index 100% rename from Assets/Runtime/Core/GamePauseService.cs rename to Assets/Scripts/Core/GamePauseService.cs diff --git a/Assets/Runtime/Core/GamePauseService.cs.meta b/Assets/Scripts/Core/GamePauseService.cs.meta similarity index 100% rename from Assets/Runtime/Core/GamePauseService.cs.meta rename to Assets/Scripts/Core/GamePauseService.cs.meta diff --git a/Assets/Runtime/Core/GameSettingsService.cs b/Assets/Scripts/Core/GameSettingsService.cs similarity index 100% rename from Assets/Runtime/Core/GameSettingsService.cs rename to Assets/Scripts/Core/GameSettingsService.cs diff --git a/Assets/Runtime/Core/GameSettingsService.cs.meta b/Assets/Scripts/Core/GameSettingsService.cs.meta similarity index 100% rename from Assets/Runtime/Core/GameSettingsService.cs.meta rename to Assets/Scripts/Core/GameSettingsService.cs.meta diff --git a/Assets/Runtime/Core/GameSettingsValue.cs b/Assets/Scripts/Core/GameSettingsValue.cs similarity index 100% rename from Assets/Runtime/Core/GameSettingsValue.cs rename to Assets/Scripts/Core/GameSettingsValue.cs diff --git a/Assets/Runtime/Core/GameSettingsValue.cs.meta b/Assets/Scripts/Core/GameSettingsValue.cs.meta similarity index 100% rename from Assets/Runtime/Core/GameSettingsValue.cs.meta rename to Assets/Scripts/Core/GameSettingsValue.cs.meta diff --git a/Assets/Runtime/Core/GameState.cs b/Assets/Scripts/Core/GameState.cs similarity index 100% rename from Assets/Runtime/Core/GameState.cs rename to Assets/Scripts/Core/GameState.cs diff --git a/Assets/Runtime/Core/GameState.cs.meta b/Assets/Scripts/Core/GameState.cs.meta similarity index 100% rename from Assets/Runtime/Core/GameState.cs.meta rename to Assets/Scripts/Core/GameState.cs.meta diff --git a/Assets/Runtime/Core/GameStateService.cs b/Assets/Scripts/Core/GameStateService.cs similarity index 100% rename from Assets/Runtime/Core/GameStateService.cs rename to Assets/Scripts/Core/GameStateService.cs diff --git a/Assets/Runtime/Core/GameStateService.cs.meta b/Assets/Scripts/Core/GameStateService.cs.meta similarity index 100% rename from Assets/Runtime/Core/GameStateService.cs.meta rename to Assets/Scripts/Core/GameStateService.cs.meta diff --git a/Assets/Runtime/Core/GameTimerService.cs b/Assets/Scripts/Core/GameTimerService.cs similarity index 100% rename from Assets/Runtime/Core/GameTimerService.cs rename to Assets/Scripts/Core/GameTimerService.cs diff --git a/Assets/Runtime/Core/GameTimerService.cs.meta b/Assets/Scripts/Core/GameTimerService.cs.meta similarity index 100% rename from Assets/Runtime/Core/GameTimerService.cs.meta rename to Assets/Scripts/Core/GameTimerService.cs.meta diff --git a/Assets/Runtime/Core/IBoardService.cs b/Assets/Scripts/Core/IBoardService.cs similarity index 100% rename from Assets/Runtime/Core/IBoardService.cs rename to Assets/Scripts/Core/IBoardService.cs diff --git a/Assets/Runtime/Core/IBoardService.cs.meta b/Assets/Scripts/Core/IBoardService.cs.meta similarity index 100% rename from Assets/Runtime/Core/IBoardService.cs.meta rename to Assets/Scripts/Core/IBoardService.cs.meta diff --git a/Assets/Runtime/Core/IGamePauseService.cs b/Assets/Scripts/Core/IGamePauseService.cs similarity index 100% rename from Assets/Runtime/Core/IGamePauseService.cs rename to Assets/Scripts/Core/IGamePauseService.cs diff --git a/Assets/Runtime/Core/IGamePauseService.cs.meta b/Assets/Scripts/Core/IGamePauseService.cs.meta similarity index 100% rename from Assets/Runtime/Core/IGamePauseService.cs.meta rename to Assets/Scripts/Core/IGamePauseService.cs.meta diff --git a/Assets/Runtime/Core/IGameSettingsService.cs b/Assets/Scripts/Core/IGameSettingsService.cs similarity index 100% rename from Assets/Runtime/Core/IGameSettingsService.cs rename to Assets/Scripts/Core/IGameSettingsService.cs diff --git a/Assets/Runtime/Core/IGameSettingsService.cs.meta b/Assets/Scripts/Core/IGameSettingsService.cs.meta similarity index 100% rename from Assets/Runtime/Core/IGameSettingsService.cs.meta rename to Assets/Scripts/Core/IGameSettingsService.cs.meta diff --git a/Assets/Runtime/Core/IGameSettingsStorage.cs b/Assets/Scripts/Core/IGameSettingsStorage.cs similarity index 100% rename from Assets/Runtime/Core/IGameSettingsStorage.cs rename to Assets/Scripts/Core/IGameSettingsStorage.cs diff --git a/Assets/Runtime/Core/IGameSettingsStorage.cs.meta b/Assets/Scripts/Core/IGameSettingsStorage.cs.meta similarity index 100% rename from Assets/Runtime/Core/IGameSettingsStorage.cs.meta rename to Assets/Scripts/Core/IGameSettingsStorage.cs.meta diff --git a/Assets/Runtime/Core/IGameStateService.cs b/Assets/Scripts/Core/IGameStateService.cs similarity index 100% rename from Assets/Runtime/Core/IGameStateService.cs rename to Assets/Scripts/Core/IGameStateService.cs diff --git a/Assets/Runtime/Core/IGameStateService.cs.meta b/Assets/Scripts/Core/IGameStateService.cs.meta similarity index 100% rename from Assets/Runtime/Core/IGameStateService.cs.meta rename to Assets/Scripts/Core/IGameStateService.cs.meta diff --git a/Assets/Runtime/Core/IGameTimerService.cs b/Assets/Scripts/Core/IGameTimerService.cs similarity index 100% rename from Assets/Runtime/Core/IGameTimerService.cs rename to Assets/Scripts/Core/IGameTimerService.cs diff --git a/Assets/Runtime/Core/IGameTimerService.cs.meta b/Assets/Scripts/Core/IGameTimerService.cs.meta similarity index 100% rename from Assets/Runtime/Core/IGameTimerService.cs.meta rename to Assets/Scripts/Core/IGameTimerService.cs.meta diff --git a/Assets/Runtime/ECS.meta b/Assets/Scripts/ECS.meta similarity index 100% rename from Assets/Runtime/ECS.meta rename to Assets/Scripts/ECS.meta diff --git a/Assets/Runtime/ECS/BoardEcsSyncService.cs b/Assets/Scripts/ECS/BoardEcsSyncService.cs similarity index 100% rename from Assets/Runtime/ECS/BoardEcsSyncService.cs rename to Assets/Scripts/ECS/BoardEcsSyncService.cs diff --git a/Assets/Runtime/ECS/BoardEcsSyncService.cs.meta b/Assets/Scripts/ECS/BoardEcsSyncService.cs.meta similarity index 100% rename from Assets/Runtime/ECS/BoardEcsSyncService.cs.meta rename to Assets/Scripts/ECS/BoardEcsSyncService.cs.meta diff --git a/Assets/Runtime/ECS/Components.meta b/Assets/Scripts/ECS/Components.meta similarity index 100% rename from Assets/Runtime/ECS/Components.meta rename to Assets/Scripts/ECS/Components.meta diff --git a/Assets/Runtime/ECS/Components/BoardConfigComponent.cs b/Assets/Scripts/ECS/Components/BoardConfigComponent.cs similarity index 100% rename from Assets/Runtime/ECS/Components/BoardConfigComponent.cs rename to Assets/Scripts/ECS/Components/BoardConfigComponent.cs diff --git a/Assets/Runtime/ECS/Components/BoardConfigComponent.cs.meta b/Assets/Scripts/ECS/Components/BoardConfigComponent.cs.meta similarity index 100% rename from Assets/Runtime/ECS/Components/BoardConfigComponent.cs.meta rename to Assets/Scripts/ECS/Components/BoardConfigComponent.cs.meta diff --git a/Assets/Runtime/ECS/Components/CellComponent.cs b/Assets/Scripts/ECS/Components/CellComponent.cs similarity index 100% rename from Assets/Runtime/ECS/Components/CellComponent.cs rename to Assets/Scripts/ECS/Components/CellComponent.cs diff --git a/Assets/Runtime/ECS/Components/CellComponent.cs.meta b/Assets/Scripts/ECS/Components/CellComponent.cs.meta similarity index 100% rename from Assets/Runtime/ECS/Components/CellComponent.cs.meta rename to Assets/Scripts/ECS/Components/CellComponent.cs.meta diff --git a/Assets/Runtime/ECS/Components/GameStateComponent.cs b/Assets/Scripts/ECS/Components/GameStateComponent.cs similarity index 100% rename from Assets/Runtime/ECS/Components/GameStateComponent.cs rename to Assets/Scripts/ECS/Components/GameStateComponent.cs diff --git a/Assets/Runtime/ECS/Components/GameStateComponent.cs.meta b/Assets/Scripts/ECS/Components/GameStateComponent.cs.meta similarity index 100% rename from Assets/Runtime/ECS/Components/GameStateComponent.cs.meta rename to Assets/Scripts/ECS/Components/GameStateComponent.cs.meta diff --git a/Assets/Runtime/ECS/IBoardEcsSyncService.cs b/Assets/Scripts/ECS/IBoardEcsSyncService.cs similarity index 100% rename from Assets/Runtime/ECS/IBoardEcsSyncService.cs rename to Assets/Scripts/ECS/IBoardEcsSyncService.cs diff --git a/Assets/Runtime/ECS/IBoardEcsSyncService.cs.meta b/Assets/Scripts/ECS/IBoardEcsSyncService.cs.meta similarity index 100% rename from Assets/Runtime/ECS/IBoardEcsSyncService.cs.meta rename to Assets/Scripts/ECS/IBoardEcsSyncService.cs.meta diff --git a/Assets/Runtime/ECS/Systems.meta b/Assets/Scripts/ECS/Systems.meta similarity index 100% rename from Assets/Runtime/ECS/Systems.meta rename to Assets/Scripts/ECS/Systems.meta diff --git a/Assets/Runtime/Infrastructure.meta b/Assets/Scripts/Infrastructure.meta similarity index 100% rename from Assets/Runtime/Infrastructure.meta rename to Assets/Scripts/Infrastructure.meta diff --git a/Assets/Runtime/Infrastructure/MinesweeperEntryPoint.cs b/Assets/Scripts/Infrastructure/MinesweeperEntryPoint.cs similarity index 100% rename from Assets/Runtime/Infrastructure/MinesweeperEntryPoint.cs rename to Assets/Scripts/Infrastructure/MinesweeperEntryPoint.cs diff --git a/Assets/Runtime/Infrastructure/MinesweeperEntryPoint.cs.meta b/Assets/Scripts/Infrastructure/MinesweeperEntryPoint.cs.meta similarity index 100% rename from Assets/Runtime/Infrastructure/MinesweeperEntryPoint.cs.meta rename to Assets/Scripts/Infrastructure/MinesweeperEntryPoint.cs.meta diff --git a/Assets/Runtime/Infrastructure/MinesweeperLifetimeScope.cs b/Assets/Scripts/Infrastructure/MinesweeperLifetimeScope.cs similarity index 100% rename from Assets/Runtime/Infrastructure/MinesweeperLifetimeScope.cs rename to Assets/Scripts/Infrastructure/MinesweeperLifetimeScope.cs diff --git a/Assets/Runtime/Infrastructure/MinesweeperLifetimeScope.cs.meta b/Assets/Scripts/Infrastructure/MinesweeperLifetimeScope.cs.meta similarity index 100% rename from Assets/Runtime/Infrastructure/MinesweeperLifetimeScope.cs.meta rename to Assets/Scripts/Infrastructure/MinesweeperLifetimeScope.cs.meta diff --git a/Assets/Runtime/Infrastructure/PlayerPrefsGameSettingsStorage.cs b/Assets/Scripts/Infrastructure/PlayerPrefsGameSettingsStorage.cs similarity index 100% rename from Assets/Runtime/Infrastructure/PlayerPrefsGameSettingsStorage.cs rename to Assets/Scripts/Infrastructure/PlayerPrefsGameSettingsStorage.cs diff --git a/Assets/Runtime/Infrastructure/PlayerPrefsGameSettingsStorage.cs.meta b/Assets/Scripts/Infrastructure/PlayerPrefsGameSettingsStorage.cs.meta similarity index 100% rename from Assets/Runtime/Infrastructure/PlayerPrefsGameSettingsStorage.cs.meta rename to Assets/Scripts/Infrastructure/PlayerPrefsGameSettingsStorage.cs.meta diff --git a/Assets/Runtime/Presentation.meta b/Assets/Scripts/Presentation.meta similarity index 100% rename from Assets/Runtime/Presentation.meta rename to Assets/Scripts/Presentation.meta diff --git a/Assets/Runtime/Presentation/Adapters.meta b/Assets/Scripts/Presentation/Adapters.meta similarity index 100% rename from Assets/Runtime/Presentation/Adapters.meta rename to Assets/Scripts/Presentation/Adapters.meta diff --git a/Assets/Runtime/Presentation/Adapters/GameStateViewAdapter.cs b/Assets/Scripts/Presentation/Adapters/GameStateViewAdapter.cs similarity index 100% rename from Assets/Runtime/Presentation/Adapters/GameStateViewAdapter.cs rename to Assets/Scripts/Presentation/Adapters/GameStateViewAdapter.cs diff --git a/Assets/Runtime/Presentation/Adapters/GameStateViewAdapter.cs.meta b/Assets/Scripts/Presentation/Adapters/GameStateViewAdapter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Adapters/GameStateViewAdapter.cs.meta rename to Assets/Scripts/Presentation/Adapters/GameStateViewAdapter.cs.meta diff --git a/Assets/Runtime/Presentation/Adapters/IGameStateViewAdapter.cs b/Assets/Scripts/Presentation/Adapters/IGameStateViewAdapter.cs similarity index 100% rename from Assets/Runtime/Presentation/Adapters/IGameStateViewAdapter.cs rename to Assets/Scripts/Presentation/Adapters/IGameStateViewAdapter.cs diff --git a/Assets/Runtime/Presentation/Adapters/IGameStateViewAdapter.cs.meta b/Assets/Scripts/Presentation/Adapters/IGameStateViewAdapter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Adapters/IGameStateViewAdapter.cs.meta rename to Assets/Scripts/Presentation/Adapters/IGameStateViewAdapter.cs.meta diff --git a/Assets/Runtime/Presentation/Factories.meta b/Assets/Scripts/Presentation/Factories.meta similarity index 100% rename from Assets/Runtime/Presentation/Factories.meta rename to Assets/Scripts/Presentation/Factories.meta diff --git a/Assets/Runtime/Presentation/Factories/CellViewFactory.cs b/Assets/Scripts/Presentation/Factories/CellViewFactory.cs similarity index 100% rename from Assets/Runtime/Presentation/Factories/CellViewFactory.cs rename to Assets/Scripts/Presentation/Factories/CellViewFactory.cs diff --git a/Assets/Runtime/Presentation/Factories/CellViewFactory.cs.meta b/Assets/Scripts/Presentation/Factories/CellViewFactory.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Factories/CellViewFactory.cs.meta rename to Assets/Scripts/Presentation/Factories/CellViewFactory.cs.meta diff --git a/Assets/Runtime/Presentation/Factories/ICellViewFactory.cs b/Assets/Scripts/Presentation/Factories/ICellViewFactory.cs similarity index 100% rename from Assets/Runtime/Presentation/Factories/ICellViewFactory.cs rename to Assets/Scripts/Presentation/Factories/ICellViewFactory.cs diff --git a/Assets/Runtime/Presentation/Factories/ICellViewFactory.cs.meta b/Assets/Scripts/Presentation/Factories/ICellViewFactory.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Factories/ICellViewFactory.cs.meta rename to Assets/Scripts/Presentation/Factories/ICellViewFactory.cs.meta diff --git a/Assets/Runtime/Presentation/Factories/MinesweeperScreenBootstrapper.cs b/Assets/Scripts/Presentation/Factories/MinesweeperScreenBootstrapper.cs similarity index 100% rename from Assets/Runtime/Presentation/Factories/MinesweeperScreenBootstrapper.cs rename to Assets/Scripts/Presentation/Factories/MinesweeperScreenBootstrapper.cs diff --git a/Assets/Runtime/Presentation/Factories/MinesweeperScreenBootstrapper.cs.meta b/Assets/Scripts/Presentation/Factories/MinesweeperScreenBootstrapper.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Factories/MinesweeperScreenBootstrapper.cs.meta rename to Assets/Scripts/Presentation/Factories/MinesweeperScreenBootstrapper.cs.meta diff --git a/Assets/Runtime/Presentation/Presenters.meta b/Assets/Scripts/Presentation/Presenters.meta similarity index 100% rename from Assets/Runtime/Presentation/Presenters.meta rename to Assets/Scripts/Presentation/Presenters.meta diff --git a/Assets/Runtime/Presentation/Presenters/GamePresenter.cs b/Assets/Scripts/Presentation/Presenters/GamePresenter.cs similarity index 100% rename from Assets/Runtime/Presentation/Presenters/GamePresenter.cs rename to Assets/Scripts/Presentation/Presenters/GamePresenter.cs diff --git a/Assets/Runtime/Presentation/Presenters/GamePresenter.cs.meta b/Assets/Scripts/Presentation/Presenters/GamePresenter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Presenters/GamePresenter.cs.meta rename to Assets/Scripts/Presentation/Presenters/GamePresenter.cs.meta diff --git a/Assets/Runtime/Presentation/Presenters/IPresenter.cs b/Assets/Scripts/Presentation/Presenters/IPresenter.cs similarity index 100% rename from Assets/Runtime/Presentation/Presenters/IPresenter.cs rename to Assets/Scripts/Presentation/Presenters/IPresenter.cs diff --git a/Assets/Runtime/Presentation/Presenters/IPresenter.cs.meta b/Assets/Scripts/Presentation/Presenters/IPresenter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Presenters/IPresenter.cs.meta rename to Assets/Scripts/Presentation/Presenters/IPresenter.cs.meta diff --git a/Assets/Runtime/Presentation/Presenters/MainMenuPresenter.cs b/Assets/Scripts/Presentation/Presenters/MainMenuPresenter.cs similarity index 100% rename from Assets/Runtime/Presentation/Presenters/MainMenuPresenter.cs rename to Assets/Scripts/Presentation/Presenters/MainMenuPresenter.cs diff --git a/Assets/Runtime/Presentation/Presenters/MainMenuPresenter.cs.meta b/Assets/Scripts/Presentation/Presenters/MainMenuPresenter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Presenters/MainMenuPresenter.cs.meta rename to Assets/Scripts/Presentation/Presenters/MainMenuPresenter.cs.meta diff --git a/Assets/Runtime/Presentation/Presenters/TopPanelPresenter.cs b/Assets/Scripts/Presentation/Presenters/TopPanelPresenter.cs similarity index 100% rename from Assets/Runtime/Presentation/Presenters/TopPanelPresenter.cs rename to Assets/Scripts/Presentation/Presenters/TopPanelPresenter.cs diff --git a/Assets/Runtime/Presentation/Presenters/TopPanelPresenter.cs.meta b/Assets/Scripts/Presentation/Presenters/TopPanelPresenter.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Presenters/TopPanelPresenter.cs.meta rename to Assets/Scripts/Presentation/Presenters/TopPanelPresenter.cs.meta diff --git a/Assets/Runtime/Presentation/ReadModels.meta b/Assets/Scripts/Presentation/ReadModels.meta similarity index 100% rename from Assets/Runtime/Presentation/ReadModels.meta rename to Assets/Scripts/Presentation/ReadModels.meta diff --git a/Assets/Runtime/Presentation/ReadModels/GameReadModel.cs b/Assets/Scripts/Presentation/ReadModels/GameReadModel.cs similarity index 100% rename from Assets/Runtime/Presentation/ReadModels/GameReadModel.cs rename to Assets/Scripts/Presentation/ReadModels/GameReadModel.cs diff --git a/Assets/Runtime/Presentation/ReadModels/GameReadModel.cs.meta b/Assets/Scripts/Presentation/ReadModels/GameReadModel.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/ReadModels/GameReadModel.cs.meta rename to Assets/Scripts/Presentation/ReadModels/GameReadModel.cs.meta diff --git a/Assets/Runtime/Presentation/ReadModels/IGameReadModel.cs b/Assets/Scripts/Presentation/ReadModels/IGameReadModel.cs similarity index 100% rename from Assets/Runtime/Presentation/ReadModels/IGameReadModel.cs rename to Assets/Scripts/Presentation/ReadModels/IGameReadModel.cs diff --git a/Assets/Runtime/Presentation/ReadModels/IGameReadModel.cs.meta b/Assets/Scripts/Presentation/ReadModels/IGameReadModel.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/ReadModels/IGameReadModel.cs.meta rename to Assets/Scripts/Presentation/ReadModels/IGameReadModel.cs.meta diff --git a/Assets/Runtime/Presentation/Views.meta b/Assets/Scripts/Presentation/Views.meta similarity index 100% rename from Assets/Runtime/Presentation/Views.meta rename to Assets/Scripts/Presentation/Views.meta diff --git a/Assets/Runtime/Presentation/Views/BoardView.cs b/Assets/Scripts/Presentation/Views/BoardView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/BoardView.cs rename to Assets/Scripts/Presentation/Views/BoardView.cs diff --git a/Assets/Runtime/Presentation/Views/BoardView.cs.meta b/Assets/Scripts/Presentation/Views/BoardView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/BoardView.cs.meta rename to Assets/Scripts/Presentation/Views/BoardView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/CellView.cs b/Assets/Scripts/Presentation/Views/CellView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/CellView.cs rename to Assets/Scripts/Presentation/Views/CellView.cs diff --git a/Assets/Runtime/Presentation/Views/CellView.cs.meta b/Assets/Scripts/Presentation/Views/CellView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/CellView.cs.meta rename to Assets/Scripts/Presentation/Views/CellView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/IBoardView.cs b/Assets/Scripts/Presentation/Views/IBoardView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/IBoardView.cs rename to Assets/Scripts/Presentation/Views/IBoardView.cs diff --git a/Assets/Runtime/Presentation/Views/IBoardView.cs.meta b/Assets/Scripts/Presentation/Views/IBoardView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/IBoardView.cs.meta rename to Assets/Scripts/Presentation/Views/IBoardView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/IMainMenuView.cs b/Assets/Scripts/Presentation/Views/IMainMenuView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/IMainMenuView.cs rename to Assets/Scripts/Presentation/Views/IMainMenuView.cs diff --git a/Assets/Runtime/Presentation/Views/IMainMenuView.cs.meta b/Assets/Scripts/Presentation/Views/IMainMenuView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/IMainMenuView.cs.meta rename to Assets/Scripts/Presentation/Views/IMainMenuView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/IPauseView.cs b/Assets/Scripts/Presentation/Views/IPauseView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/IPauseView.cs rename to Assets/Scripts/Presentation/Views/IPauseView.cs diff --git a/Assets/Runtime/Presentation/Views/IPauseView.cs.meta b/Assets/Scripts/Presentation/Views/IPauseView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/IPauseView.cs.meta rename to Assets/Scripts/Presentation/Views/IPauseView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/IResultView.cs b/Assets/Scripts/Presentation/Views/IResultView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/IResultView.cs rename to Assets/Scripts/Presentation/Views/IResultView.cs diff --git a/Assets/Runtime/Presentation/Views/IResultView.cs.meta b/Assets/Scripts/Presentation/Views/IResultView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/IResultView.cs.meta rename to Assets/Scripts/Presentation/Views/IResultView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/ITopPanelView.cs b/Assets/Scripts/Presentation/Views/ITopPanelView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/ITopPanelView.cs rename to Assets/Scripts/Presentation/Views/ITopPanelView.cs diff --git a/Assets/Runtime/Presentation/Views/ITopPanelView.cs.meta b/Assets/Scripts/Presentation/Views/ITopPanelView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/ITopPanelView.cs.meta rename to Assets/Scripts/Presentation/Views/ITopPanelView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/IView.cs b/Assets/Scripts/Presentation/Views/IView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/IView.cs rename to Assets/Scripts/Presentation/Views/IView.cs diff --git a/Assets/Runtime/Presentation/Views/IView.cs.meta b/Assets/Scripts/Presentation/Views/IView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/IView.cs.meta rename to Assets/Scripts/Presentation/Views/IView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/MainMenuView.cs b/Assets/Scripts/Presentation/Views/MainMenuView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/MainMenuView.cs rename to Assets/Scripts/Presentation/Views/MainMenuView.cs diff --git a/Assets/Runtime/Presentation/Views/MainMenuView.cs.meta b/Assets/Scripts/Presentation/Views/MainMenuView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/MainMenuView.cs.meta rename to Assets/Scripts/Presentation/Views/MainMenuView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/MenuSliderView.cs b/Assets/Scripts/Presentation/Views/MenuSliderView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/MenuSliderView.cs rename to Assets/Scripts/Presentation/Views/MenuSliderView.cs diff --git a/Assets/Runtime/Presentation/Views/MenuSliderView.cs.meta b/Assets/Scripts/Presentation/Views/MenuSliderView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/MenuSliderView.cs.meta rename to Assets/Scripts/Presentation/Views/MenuSliderView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/MinesweeperScreenRefs.cs b/Assets/Scripts/Presentation/Views/MinesweeperScreenRefs.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/MinesweeperScreenRefs.cs rename to Assets/Scripts/Presentation/Views/MinesweeperScreenRefs.cs diff --git a/Assets/Runtime/Presentation/Views/MinesweeperScreenRefs.cs.meta b/Assets/Scripts/Presentation/Views/MinesweeperScreenRefs.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/MinesweeperScreenRefs.cs.meta rename to Assets/Scripts/Presentation/Views/MinesweeperScreenRefs.cs.meta diff --git a/Assets/Runtime/Presentation/Views/NullBoardView.cs b/Assets/Scripts/Presentation/Views/NullBoardView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/NullBoardView.cs rename to Assets/Scripts/Presentation/Views/NullBoardView.cs diff --git a/Assets/Runtime/Presentation/Views/NullBoardView.cs.meta b/Assets/Scripts/Presentation/Views/NullBoardView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/NullBoardView.cs.meta rename to Assets/Scripts/Presentation/Views/NullBoardView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/NullMainMenuView.cs b/Assets/Scripts/Presentation/Views/NullMainMenuView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/NullMainMenuView.cs rename to Assets/Scripts/Presentation/Views/NullMainMenuView.cs diff --git a/Assets/Runtime/Presentation/Views/NullMainMenuView.cs.meta b/Assets/Scripts/Presentation/Views/NullMainMenuView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/NullMainMenuView.cs.meta rename to Assets/Scripts/Presentation/Views/NullMainMenuView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/NullPauseView.cs b/Assets/Scripts/Presentation/Views/NullPauseView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/NullPauseView.cs rename to Assets/Scripts/Presentation/Views/NullPauseView.cs diff --git a/Assets/Runtime/Presentation/Views/NullPauseView.cs.meta b/Assets/Scripts/Presentation/Views/NullPauseView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/NullPauseView.cs.meta rename to Assets/Scripts/Presentation/Views/NullPauseView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/NullResultView.cs b/Assets/Scripts/Presentation/Views/NullResultView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/NullResultView.cs rename to Assets/Scripts/Presentation/Views/NullResultView.cs diff --git a/Assets/Runtime/Presentation/Views/NullResultView.cs.meta b/Assets/Scripts/Presentation/Views/NullResultView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/NullResultView.cs.meta rename to Assets/Scripts/Presentation/Views/NullResultView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/NullTopPanelView.cs b/Assets/Scripts/Presentation/Views/NullTopPanelView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/NullTopPanelView.cs rename to Assets/Scripts/Presentation/Views/NullTopPanelView.cs diff --git a/Assets/Runtime/Presentation/Views/NullTopPanelView.cs.meta b/Assets/Scripts/Presentation/Views/NullTopPanelView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/NullTopPanelView.cs.meta rename to Assets/Scripts/Presentation/Views/NullTopPanelView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/PauseView.cs b/Assets/Scripts/Presentation/Views/PauseView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/PauseView.cs rename to Assets/Scripts/Presentation/Views/PauseView.cs diff --git a/Assets/Runtime/Presentation/Views/PauseView.cs.meta b/Assets/Scripts/Presentation/Views/PauseView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/PauseView.cs.meta rename to Assets/Scripts/Presentation/Views/PauseView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/ResultView.cs b/Assets/Scripts/Presentation/Views/ResultView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/ResultView.cs rename to Assets/Scripts/Presentation/Views/ResultView.cs diff --git a/Assets/Runtime/Presentation/Views/ResultView.cs.meta b/Assets/Scripts/Presentation/Views/ResultView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/ResultView.cs.meta rename to Assets/Scripts/Presentation/Views/ResultView.cs.meta diff --git a/Assets/Runtime/Presentation/Views/TopPanelView.cs b/Assets/Scripts/Presentation/Views/TopPanelView.cs similarity index 100% rename from Assets/Runtime/Presentation/Views/TopPanelView.cs rename to Assets/Scripts/Presentation/Views/TopPanelView.cs diff --git a/Assets/Runtime/Presentation/Views/TopPanelView.cs.meta b/Assets/Scripts/Presentation/Views/TopPanelView.cs.meta similarity index 100% rename from Assets/Runtime/Presentation/Views/TopPanelView.cs.meta rename to Assets/Scripts/Presentation/Views/TopPanelView.cs.meta