Skip to content

marcuschui2022/pokedex

Repository files navigation

Pokedex CLI

A command-line Pokedex application written in Go, allowing you to explore, catch, and inspect Pokémon using the PokeAPI.

Features

  • Explore Locations: Browse different locations to find available Pokémon.
  • Catch Pokémon: Attempt to catch Pokémon and add them to your collection.
  • Inspect Pokémon: View detailed information about your caught Pokémon, including stats and types.
  • View Map: Navigate through the Pokedex map to explore different areas.
  • Help: Get information about available commands.
  • Exit: Exit the application gracefully.

Installation

Prerequisites

  • Go: Ensure you have Go installed. This project uses Go SDK version 1.23.5 and requires Go programming language version 1.23.

Steps

  1. Clone the Repository:

    git clone https://github.com/marcuschui2022/pokedex-cli.git
  2. Navigate to the Project Directory:

    cd pokedex-cli
  3. Build the Application:

    go build -o pokedex
  4. Run the Application:

    ./pokedex

Usage

Once you start the application, you'll see a prompt:

About

A REPL practice on the command line in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages