dYale / PokeJS

A P2P Pokemon Battle Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

####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.

Getting Started

$ git clone https://github.com/dYale/PokeJS
$ cd PokeJS
$ npm install
$ bower install
$ npm start

Now visit localhost:4000

About

A P2P Pokemon Battle Simulator


Languages

Language:HTML 39.3%Language:JavaScript 34.2%Language:CSS 26.5%