RK70825 / TogePy

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

Create numpy arrays for major classes #1

Open RK70825 opened 10 years ago

RK70825 commented 10 years ago

Having a numpy array for Pokemon, Moves, Items and Abilities would allow for easier sorting when selecting pokemon, moves, etc, rather than having to instantiate a member of each class. In addition a boolean table with pokemon rows and moves columns indicating whether a move could ever be legally learned by a pokemon via level up, breeding, tm or event.

RK70825 commented 10 years ago

http://pokemondb.net/move/all is a good source for building the boolean move/poke table.