Commit graph

2 commits

Author SHA1 Message Date
c35bd1d2d1
feat: explore the map and catch Pokemon
Changes:

- Added in-memory cache.
- Created a new package for defining the types from the pokeapi API.
- Created an internal package for the client.
- Added a command to explore the map.
- Added a command to catch Pokemon.
- Added a command to inspect a Pokemon from the Pokedex.
- Added a command to list all the Pokemon in the Pokedex.
2024-09-20 11:51:35 +01:00
4152a9d14f
feat: add initial project code
Add the initial code for the PokeDex project. For now the code can list
the next and previous 20 location areas within the Pokemon world.
2024-09-17 18:43:21 +01:00