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

Replaced use_case call with interface static method. #62

Closed YehyunLee closed 10 months ago

YehyunLee commented 10 months ago

Replaced use_case call with interface static method.

InitializePokemonObjectsInterface (creating Pokemons) and InitializeRunGameInterface (creating player objects and moves) are our core of our program.

Pokemon entity is still inside GameView, but we discussed with TA, and this should be fine as this Pokemon entity is combined with UI. We could further split this though.

tyseer2335 commented 10 months ago

Great, looks good now the problem is fixed as I can see!