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

MovesFactory returns data as a String #32

Closed tyseer2335 closed 11 months ago

tyseer2335 commented 11 months ago

Why does MovesFactory return the data as a string? I cant look up anything here if it's just as a string it should be an array or a map.

tyseer2335 commented 11 months ago

I fixed this by taking the data, and converting it into a Map when it saves the moves into the Pokemon object in the Pokemon entities. Now the problem is fixed