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

yehyun-one_GUI_instead_of_new_popup #58

Closed YehyunLee closed 10 months ago

YehyunLee commented 10 months ago

This combines new popup UI with existing pokemon choosing UI, combined together into one game.

This modified battle view, game view, and commented text-based files in order to avoid IDE red line error.

TODO: Public JavaDocs, Use Case Replacement, README file (from google doc)

Muaj17 commented 10 months ago

Looks good. When the branch gets merged, I could edit GameView so that it implements an interface and not have imports that violate CA.

YehyunLee commented 10 months ago

Looks good. When the branch gets merged, I could edit GameView so that it implements an interface and not have imports that violate CA.

Yup, let's make sure we replace import use case -> calling by interface.

And finish JavaDocs for the public. Thanks for the review!

tyseer2335 commented 10 months ago

Looks good, Also lets delete the commented text-based files since we are no longer using them.