olafurw / poke-fighting-rust

Application that simulates a large grid of Pokémon types fighting each other.
24 stars 3 forks source link

Ability to mouse over pixels to see info about each fighter. #24

Closed olafurw closed 2 years ago

olafurw commented 2 years ago

Only usable I think if you're able to pause the simulation (see #23)

You'd have to tell each fighter to implement either Display or something similar. I wonder what's the best way to show this kind of info, a modal window that appears in the corner or something?

olafurw commented 2 years ago

Implemented.