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 all pokemon api data pickle save #24

Closed YehyunLee closed 11 months ago

YehyunLee commented 11 months ago

API has 50 call per 10min limit. Thus, we are calling 1000 calls for 3~4H and save it to pickle. This branch include code for loading pickle as well. This also fixed the bug that involved not able to creating all pokemon object due to using name not IDs

There's problem with merge conflict. Let's spend time resolving this. This branch is EXTREMELY important as it solves problem with not creating all pokemon. Thus, we MUST merge this branch.

tyseer2335 commented 11 months ago

A lot of the merge conflicts were just naming errors, or it was the same code but was marked as a merge conflict for some reason. I resolved all conflicts and its good to pull.