Commit graph

6 commits

Author SHA1 Message Date
Samuel Henrique
382bd801f9 Unifies database and adds pokemon types 2017-06-29 13:40:06 -03:00
Griffin Young
62fceca4fa changed id -> name in light/dark data file 2017-06-25 12:25:40 -07:00
Griffin Young
016c0fc91f added threshold and all options to get_light/get_dark. added full light-dark table. added unit test 2017-06-25 11:12:45 -07:00
Griffin Young
f52c73ed9b added light and dark options 2017-06-24 19:51:50 -07:00
LazoCoder
ddd9bab6ad Made Pokemon Name to Number conversion more accurate
Instead of using “contains”, using “ends in”.
2017-04-20 21:59:30 -04:00
LazoCoder
4cf77373f2 Refactored package structure, added to do list, and ability to print pokemon by region
The user can now type: “python3.5 Main.py kanto” and it will print all
the pokemon in the kanto region, as well as their corresponding number.
Supports kanto, johto, hoenn, and sinnoh
2017-04-19 02:59:34 -04:00