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

Clean Archtecture #26

Closed tyseer2335 closed 10 months ago

tyseer2335 commented 11 months ago

A lot of the code isn't following Clean architecture / best practices. What I mean by this is for example if we look at the RunGame.java it has a lot of methods that can be separated out (this file is 400 lines of code). Furthermore, there are a lot of unnecessary files and cleaning that need to be done.