Skip to content

Kireeti-28/pokedexcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

  • It's a simple REPL("read-eval-print loop"). You type in a command, and the program evaluates it and prints the result. You can then type in another command, and so on..
  • Based on the commands entered we call PokeApi's endpoints and prints result.

Setup

  • Clone repo
    git clone https://github.com/Kireeti-28/pokedexcli.git
  • Build & Start
    go build && ./pokedexcli

Getting Started

  • From here on we will start interacting with cli via commands.
  • Avaliable Commands:
    • help: Prints the help menu
    • map: List some location areas
    • mapb: List some location areas backward
    • explore {location_area}: Lists the pokemon in location areas
    • catch {pokemon_name}: Attempts to catch pokemon and add it to your pokedex
    • inspect {pokemon_name}: View information about caught pokemon
    • pokedex: Lists all your pokemons in your pokedex
    • exit: Turns off the Pokedex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages