olafurw / poke-fighting-rust

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

Fixed wrong efficiency calculation for RPS #27

Closed palant closed 2 years ago

palant commented 2 years ago

This fixes #18. Clippy in fact complained about this.

olafurw commented 2 years ago

You got a clippy warning? Huh I remember committing because I didn't get any.

palant commented 2 years ago

It’s still complaining about RPS which should be named Rps. :shrug:

olafurw commented 2 years ago

I'm fine with that change, I just didn't name it RockPaperScissors because I felt it was long but we can rename it to that as well.