An open API service indexing awesome lists of open source software.

https://github.com/bukinoshita/pokemon-game

Pokemon game — Get 'em all
https://github.com/bukinoshita/pokemon-game

command-line game javascript nodejs pokemon

Last synced: 5 months ago
JSON representation

Pokemon game — Get 'em all

Awesome Lists containing this project

README

          

# pokemon-game [![Build Status](https://travis-ci.org/bukinoshita/pokemon-game.svg?branch=master)](https://travis-ci.org/bukinoshita/pokemon-game)

## Notices

- The objective of the game is to capture all Pokémons.
- Each week trainers will earn items based on their ranking. (pokeballs, money, etc) — if you need more money to play, tweet to [@bukinoshita](https://twitter.com/bukinoshita) and I put some money for you. (beta)
- The game is in **Beta**. If you find an issue or have any suggestions or ideas, please report it [here](https://github.com/bukinoshita/pokemon-game/issues).
- This project was **PAUSED** and the API is down. If you want to play the game please create an [issue](https://github.com/bukinoshita/pokemon-game/issues), I'll be happy to put the API online again if you want to play it.

## Install

```bash
$ npm install --global pokemon-game
```

## Usage

```bash
$ pokemon --help

Usage:
$ pokemon catch Search a wild Pokémon to capture
$ pokemon login Login to Pokémon Game
$ pokemon professor Talk to Professor Oak
$ pokemon pokedex Show your pokemons
$ pokemon rankings See Rankings of best trainers
$ pokemon bag Show your bag
$ pokemon mart Buy items to put in your bag
$ pokemon battle Let's battle
$ pokemon whoami Show your information

Options:
-h, --help Show help options
-v, --version Show version

```

## How it works




## Related

- [catch-pokemon](https://github.com/bukinoshita/catch-pokemon) — Algorithm to catch a pokemon
- [pokedex-api](https://github.com/bukinoshita/pokedex-api) — Pokedex API
- [pokemon-catch-probability](https://github.com/bukinoshita/pokemon-catch-probability) — Check probabilty to catch a pokemon
- [get-pokeball](https://github.com/bukinoshita/get-pokeball) — Get pokeball information
- [pokeball-shake](https://github.com/bukinoshita/pokeball-shake) — Algorithm to determine how many times pokeball shakes
- [pokemon-capture-quote](https://github.com/bukinoshita/pokemon-capture-quote) — Pokemon capture quote
- [pokemon-f](https://github.com/bukinoshita/pokemon-f) — Algorithm to calculate `f` on capture pokemon method
- [pokemon-escape](https://github.com/bukinoshita/pokemon-escape) — Check if Pokemon flee from battle
- [pokemon-player-escape](https://github.com/bukinoshita/pokemon-player-escape) — Check if player escape from battle with wild Pokemon and get probability of escaping

## License

MIT © [Bu Kinoshita](https://bukinoshita.io)

_This game was created as an experiment / learning purpose just for fun. This project is not related to The Pokémon or Nintendo. Some data was collected from [Bulbapedia](https://bulbapedia.bulbagarden.net/wiki/Main_Page)._