aturfah / cmplxsys530-final

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

Refactor Opponent's Pokemon from Dict to own Class #160

Open aturfah opened 5 years ago

aturfah commented 5 years ago

The dictionary & manipulation used in the simulation to handle Opponent's Pokemon (with unknown info) should be made into its own class.

Implementation details

Test cases