RK70825 / TogePy

Text based Pokemon and AI testing
GNU General Public License v2.0
1 stars 0 forks source link

Create Basic Battle Structure #7

Closed RK70825 closed 10 years ago

RK70825 commented 10 years ago

Create very basic battle structure purely turn based and only using physical/special moves that attack same turn and have a static accuracy and power.

RK70825 commented 10 years ago

Complete! Non-vanilla moves resolve to 1/4 of opponents max hp for now until functions can be created for major move classes, or when necessary on a per move basis.