A third generation Pokemon game written in Javascript using phaser.io and Electron. Inspired by Pokemon essentials and this project aims to be another tool alternive to fans to make pokemon fan games.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you have to get a development env of Pokmeonjs running
First copy the ropository to your machine.
git clone https://github.com/andarms/PokemonJS.git
Then enter in the project directory and intall the nmp dependencies
cd PokemonJs
npm install
When all the pakages are installed you can run PokemonJS
npm run dev
- Adrian Manjarres
This project is licensed under the MIT License - see the LICENSE file for details