Closed aturfah closed 6 years ago
Moves with imperfect accuracy should miss sometimes. Currently they do not.
Implementation details
battle_engine/pokemon_engine.py
pokemon_helpers/pokemon_player_gamestate.py
Test cases
Addressed in #128
Moves with imperfect accuracy should miss sometimes. Currently they do not.
Implementation details
battle_engine/pokemon_engine.py
- Accuracy check needs to occur so that moves miss.battle_engine/pokemon_engine.py
- Turn info needs to reflect if the move missed.pokemon_helpers/pokemon_player_gamestate.py
- Needs to be updated to account for moves missing.Test cases