Commit graph

4 commits

Author SHA1 Message Date
a6f123d447
checkpoint: use the trainer's new personal pokedex; remove global pokedex (dexter) 2024-09-21 00:00:20 +01:00
eb4d49209e
checkpoint: new trainer package; removed state type 2024-09-20 23:42:02 +01:00
53aba1ffe7
refactor(client): remove duplicate code 2024-09-20 12:25:38 +01:00
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