CS5500-F-2023 / bot-falcon

bot-falcon created by GitHub Classroom
Apache License 2.0
0 stars 0 forks source link

Optimization: Revision of NPC Pokémon matchup algorithm to ensure balanced battled #76

Closed z-q-ying closed 11 months ago

z-q-ying commented 11 months ago

As a Trainer, I want NPC Pokemon to have similar strength to my chosen Pokemon during battles. This will make fights fair and fun.

Depends On:

Acceptance Criteria:

Example of a mismatched case:

Here is an example of a mismatch we found while testing with the full JSON resource file.

z-q-ying commented 11 months ago

Update match up threshold from 2 to 1 in PR #142