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

This let you create pokemon with number ID or even with string. #38

Closed YehyunLee closed 11 months ago

YehyunLee commented 11 months ago

This let you create pokemon with number ID or even with string. With numbers, u are calling pickle file which already have been saved. With String, you are calling new API request. Pickle file has been saved with IDs only NO String.

I haven't added the options to choose ONLY API or using ONLY PICKLE. This will be added later when we add option button main menu.

This is fairly easy to implement.

Can you merge this?

YehyunLee commented 11 months ago

Been reviewed by Tyseer. Merging!