A Command Line Interface built for a boot.dev guided project that allows you to explore the Pokemon world!
git clone https://github.com/vilebile17/pokedexcli
cd pokedexcli
go install .
Then run the program with:
pokedexcli
Check the troubleshooting steps here
if it says command not found
Alongside all of the features that the course suggested, this CLI has a few extra...
- Colourful text for the
pokedexcommand - Use of a sigmoid function to find the probability of a Pokemon being caught. It's a bit overkill and not very well tuned but I think that it's a bit funny.
(The y-value is the chance that a pokemon is caught and the x-value is the pokemon's base XP)
-
The
helpcommand has an optional parameter which can be used to specify a particular command (it is a bit useless though) -
The
freecommand exists to remove a Pokemon from your Pokedex if you really wanted to for some reason

