YehyunLee / PokemonGame

Pokémon Battle Simulator allows players to engage in exciting turn-based battles using various Pokémon. The simulator is designed to provide a realistic and engaging Pokémon battle experience, complete with different moves, strategies, and outcomes.
https://docs.google.com/presentation/d/18OZ4ov5St6cAIvWGQH5LLCylErJciXATBBqE7P2hu-o/edit?usp=sharing
3 stars 3 forks source link

MenuView and Interface Adapters Added (CA) #34

Closed jeansnfitted closed 11 months ago

jeansnfitted commented 11 months ago

Description

This pull request adds the interface_adapters directory, introducing components in the menu following CA; add 'view' directory, and MenuView.

Changes Made

Implemented the interface_adapters directory, featuring the menu subdirectory and Controller, Presenter, State, and View Model components.

Started implementing MenuView. MenuViewTesting can be deleted (just for quick testing).

Pending Implementations

Controller requires execution for the use case interactor, while Presenter awaits implementation for post-start button Pokémon selection. MenuView needs further implementation of the GUI.

tyseer2335 commented 11 months ago

Looks good, ill merge with main and work on the remaining parts