####A P2P Pokemon Battle Simulator
A simple application that randomly generates two pokemon and enables the players to battle each other. The game logic is based on complex algorithms incorporating type, move, defense values and much much more. Utilizes the PokeAPI for a lot of the values.
$ git clone https://github.com/dYale/PokeJS
$ cd PokeJS
$ npm install
$ bower install
$ npm start
Now visit localhost:4000