olafurw / poke-fighting-rust

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

Abstract Pokemon away from Battle. #14

Closed olafurw closed 2 years ago

olafurw commented 2 years ago

Make battle work with any kind of 'fighter'. To be generic towards what kind of 'fighter' is battling.

Where Pokemon is just one kind of fighting. Could create another one as an example where you do Rock/Paper/Scissors. Perhaps even turn Pokemon into a library. @palant