LAMaglan / PokeFightSimulator

A (simple) fight simulator between any two Pokemon using FastAPI with Jinja frontend
0 stars 0 forks source link

Use base stats in a meaningful way #29

Closed LAMaglan closed 3 months ago

LAMaglan commented 3 months ago

Currently it is just the sum of (base) stats that determines the winner. Need to "simulate" what is done in actual pokemon games. Investigate.