Home

Awesome

<p align="center"> <img src=assets/pikachu.gif> <img src=assets/result.gif> </p>

Pokémon GO from your Genymotion device

Installation & Play!

Create a new Genymotion Device.

$ git clone https://github.com/jlobos/pokemongo-genymotion.git
$ cd pokemongo-genymotion
$ npm install
$ npm start

Configuration

Add your perfect settings in the file config.json:

{
  "shell": "genymotion-shell",
  "location": [],
  "keys": {
    "UP": "up",
    "DOWN": "down",
    "LEFT": "left",
    "RIGHT": "right"
  }
}