varkor / pokengine

An online Pokémon battle system for the web
http://varkor.com/pokengine/battle/
MIT License
54 stars 11 forks source link

Indexing system for Pokémon, moves and abilities #91

Closed varkor closed 10 years ago

varkor commented 10 years ago

Pokémon species cannot be guaranteed not to have name collisions, so the system needs to be able to deal with Pokémon with the same name, but different species. Indexing, with numbers, could be used, but I think there's probably a nicer method—more thought is required on this.