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

Finished and improved the main UI #37

Closed tyseer2335 closed 11 months ago

tyseer2335 commented 11 months ago

Finished the Main UI, Right now the buttons just output a message, this has to be connected to the game once the battle UI is finished.

image

YehyunLee commented 11 months ago

Nice job with view model. And yes, for now let's comment out the main code and focus on designs.

Love the bg design!

As we discussed, we are splitting into 2 views. 1) for the actual view we will be using 2) for testing view as we can split the work then combine it together.

I guess I am supposed to work on start game button's actual view code?

Meanwhile you work on test view?

tyseer2335 commented 11 months ago

Yes right now it just outputs a notification on Swing, but you should get the API fixed as discussed and then get the PlayGame working with the pre-loaded Pokemon. In the meantime Ill work on getting Battle View working.

YehyunLee commented 11 months ago

API fixed with new branch I sent the request. Working on new view!