LazoCoder
ad7cf2dce9
Added region specific slideshow
2017-04-25 11:32:44 -04:00
LazoCoder
d4161f77d2
Refactored comments
...
Followed best practices by putting comments beneath the method
declaration and not above.
2017-04-25 11:20:15 -04:00
LazoCoder
1d579bae01
Updated usage menu and added ability to choose a random pokemon
2017-04-24 04:49:04 -04:00
LazoCoder
759d59a1c3
Updated some comments and added global execution support
2017-04-24 04:18:08 -04:00
LazoCoder
3a262f28b1
Fixed zeroes bug
...
Sometimes more zeroes were added than necessary. Example: “0023 Ekans”
instead of “023 Ekans”.
2017-04-21 02:41:20 -04:00
LazoCoder
eba5afdfbb
Added suggestions
...
If user types in “pika” it makes the background Pikachu. If the user
types “dra” then it suggest all the Pokemon who’s names start with
“drag”.
2017-04-21 02:23:49 -04:00
LazoCoder
94fea57850
Fixed formatting issues where columns were not aligned
...
When printing Pokemon from a region or letter the columns would be off
sometimes because the numbers of the Pokemon have a different quantity
of digits. Example: “2 Ivysaur” should be printed as “002 Ivysaur”.
2017-04-21 00:27:01 -04:00
LazoCoder
199de34fc8
Added ability to print all Pokemon with particular letter & help menu
2017-04-21 00:04:47 -04:00
LazoCoder
32a990e369
Refactored into multiple modules
...
Code was getting lengthy so I split it up.
2017-04-20 23:24:04 -04:00