Skip to content

vahaponur/repl-pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REPL Pokedex

This is a REPL app that uses Pokeapi (https://pokeapi.co) It helps you explore the Pokemon World

Installation

This is a public repo. You can clone it. gh repo clone vahaponur/repl-pokedex

Running

In your CLI, while you are at in your clone

go build && ./repl-pokedex

Usage

"help"  will help you with commands
"map" will get the next location area (next 20 after each call)
"mapb" will get previous 20 location area (this effects the "map" call)
"explore <area_name>" will get the pokemons in that area, you can learn area names with "map" or "mapb"
EXAMPLE USAGE
"explore canalave-city-area" will get all the pokemons in canavale city area
"catch <pokemon_name>" Throws a Pokeball to given pokemon, success rate depens on base experience (Higher is harder)
"inspect <pokemon_name>" Inspects a pokemon if it is on the Pokedex
"pokedex" : Shows the name of pokemons on your pokedex
"exit" will stop the program

About

REPL for Pokedex API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages