LAMaglan / PokeFightSimulator

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

locations as button, as it is slow for pokemon with many locations #96

Closed LAMaglan closed 1 week ago

LAMaglan commented 1 week ago

Note: now making an AJAX call to the server to the get_locations, which is in an endpoint get_pokemon_locations / @router.get("/pokemon/{pokemon_name}/locations). Major help from ChatGPT