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

Refactored code to adhere to OCP principle of SOLID #67

Closed Muaj17 closed 10 months ago

Muaj17 commented 10 months ago

Just made an interface to for CreateAllPokemons to adhere to OCP principle of SOLID.

tyseer2335 commented 10 months ago

Nice, looks like the code adheres to SOLID more now!