aturfah / cmplxsys530-final

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

Enhancement engine volatile status #143

Closed aturfah closed 5 years ago

aturfah commented 5 years ago

Addresses Issue #112

Updates

The concept of volatile status was added to the engine. Each Pokemon can have a number of volatile statuses active at one time (stored in a dictionary), and these values map to relevant info about the status (normally just the number of turns). This does not implement their effects.

Test Cases

engine_tests/pokemon_engine_tests.py