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
- Host: GitHub
- URL: https://github.com/bukinoshita/pokemon-game
- Owner: bukinoshita
- License: mit
- Created: 2017-06-29T22:29:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T21:41:56.000Z (almost 3 years ago)
- Last Synced: 2025-05-18T05:46:38.000Z (6 months ago)
- Topics: command-line, game, javascript, nodejs, pokemon
- Language: JavaScript
- Homepage:
- Size: 227 KB
- Stars: 53
- Watchers: 2
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# pokemon-game [](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)._