pokecli/internal
Dan Anglin 80d1b5b6c0
feat: add internal trainer package
Added an internal package for the Pokemon trainer (the user of the
application). The new Trainer type keeps track of the Pokemon in the
trainer's Pokedex and the location where the trainer is visiting.

Added the visit command to allow the Pokemon trainer to visit and
explore an area within the Pokemon world. The explore command no longer
reads any arguments and uses the trainer's current location to get a
list of Pokemon encounters.

Updated the catch command to ensure that the Pokemon the trainer
attempts to catch is in the same location area that the trainer is
visiting.
2024-09-21 15:19:53 +01:00
..
api/pokeapi feat: add internal trainer package 2024-09-21 15:19:53 +01:00
pokecache feat: explore the map and catch Pokemon 2024-09-20 11:51:35 +01:00
pokeclient feat: add internal trainer package 2024-09-21 15:19:53 +01:00
poketrainer feat: add internal trainer package 2024-09-21 15:19:53 +01:00