aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Possible attack generation done in the Pokemon class #154

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

Right now the BasicPokemonAgent goes and generates the possible moves that it could do. This should be handled at the Pokemon level, to make accounting for status conditions/item effects more simple.

Implementation details

Test cases

aturfah commented 5 years ago

Addressed in #155