Git Product home page Git Product logo

pokemon-essentials's Introduction

logo

Pokémon Essentials is a Pokémon game project made in RPG Maker MV. Based on the Pokémon Essentials project for RPG Maker XP and Pokémon Showdown.

Getting Started

This project don't use the RPG Maker MV editor, a custom editor is under construction. But right now, to lauch and test the game you will need download and install some software.

Follow the following steps to setup a development environment (A ready to use package will added later).

  1. Donwload and install Node Js

  2. Use npm to donwload install NW JS, open a command window and run the following command

    npm install -g nw --nwjs_build_type=sdk
    
  3. Use npm to donwload and install gulp

    npm i -g gulp-cli
    
  4. Download code editor whit Typescript support. I recommend VS Code. Atom or Sublime text they are also great options but you will need download aditional plugin to wokrs with Typescript.

Installing

Once you have setup the development environment follow the following steps to install the project on your machine:

  1. Copy the repository to your machine using git clone or just download and unzip wherever you want.

    git clone https://github.com/pokemon-essentials/pokemon-essentials
    
  2. Donwload aditional assets

    Some graphics like the Pokémon Battlers sprites and icons are not include in this repository. You can download the missing assets from here and just uncompress each one on the root folder.

  3. Install Dev dependencies

    cd your-path-to-pokemon-essentials
    npm i

Run and Build

There are some gulp task defined to build the project. All the .ts files in the ts directory will be traspiled into ES2015 javascript files in the dist folder and all the generated .js files will be injected into the project/index.html to run the game.

use gulp dev-build to build generate the .js files.

use gulp watch to build generate the .js files and watch for changes to rebuild.

Run

locate command line in the root directory of the project where is the package.json file and run nw .

cd your-path-to-pokemon-essentials
nw .

Discord Server

For any question or futher information, please contact me in the discord server https://discord.gg/eFPUx6m

License

This project is licensed under the MIT License - see the LICENSE file for details

pokemon-essentials's People

Watchers

Enmanuel Toribio avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.