All Projects → pokemon-essentials → pokemon-essentials

pokemon-essentials / pokemon-essentials

Licence: MIT License
Pokémon game project made in RPG Maker MV.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to pokemon-essentials

metronome
A set of tools for modifying and randomizing Pokémon games
Stars: ✭ 23 (-52.08%)
Mutual labels:  pokemon
react-relay-pokemon
Use React & Relay as your Pokedex!
Stars: ✭ 88 (+83.33%)
Mutual labels:  pokemon
PokeChat
UNIX compatible, Discord and Telegram inspired, Pokémon-themed instant messaging service.
Stars: ✭ 11 (-77.08%)
Mutual labels:  pokemon
pokepuzzle
Disassembly of Pokémon Puzzle Challenge
Stars: ✭ 37 (-22.92%)
Mutual labels:  pokemon
redstarbluestar
An upgrade to Pokémon Red/Blue. Ports graphics and features from the Space World 1997 Gold/Silver prototype.
Stars: ✭ 67 (+39.58%)
Mutual labels:  pokemon
pokengine
An online Pokémon battle system for the web
Stars: ✭ 45 (-6.25%)
Mutual labels:  pokemon
pokeblack
Faithful recreation of the Pokemon Black creepypasta
Stars: ✭ 23 (-52.08%)
Mutual labels:  pokemon
MV
This plugin package includes helpful features to get you on your way to create your game in RPG Maker MV.
Stars: ✭ 51 (+6.25%)
Mutual labels:  rpgmakermv
proshine
A free, open-source and advanced bot for Pokémon Revolution Online.
Stars: ✭ 53 (+10.42%)
Mutual labels:  pokemon
pokemon-go-imagery
No description or website provided.
Stars: ✭ 38 (-20.83%)
Mutual labels:  pokemon
pokehooks-labs
A laboratory to use pokemons and do some experiments with React Hooks API
Stars: ✭ 35 (-27.08%)
Mutual labels:  pokemon
pkmn.help
pkmn.help remembers strengths/weaknesses of Pokémon for you
Stars: ✭ 28 (-41.67%)
Mutual labels:  pokemon
pokemon-app
A simple Flutter app that lists all the 151 1st generation pokemóns.
Stars: ✭ 17 (-64.58%)
Mutual labels:  pokemon
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (+4.17%)
Mutual labels:  pokemon
PokeTraveler
Let's walk through Pokemon World!
Stars: ✭ 122 (+154.17%)
Mutual labels:  pokemon
rubyclient
A free and open-source Pokémon MMORPG client written in C++ based on otclient.
Stars: ✭ 15 (-68.75%)
Mutual labels:  pokemon
pmd-gen
Password generator for Pokemon Mystery Dungeon: Rescue Team DX
Stars: ✭ 19 (-60.42%)
Mutual labels:  pokemon
pokedex
📕 DIY full-stack workshop teaching you Elixir, Absinthe GraphQL, React and Relay
Stars: ✭ 17 (-64.58%)
Mutual labels:  pokemon
nuzlocke-generator
📃 A nuzlocke template generator.
Stars: ✭ 21 (-56.25%)
Mutual labels:  pokemon
Worldopole
Worldopole is a third party extension for RocketMap showing some nice statistics.
Stars: ✭ 89 (+85.42%)
Mutual labels:  pokemon

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.

This isn't that Pokémon essentials, this a different project, with the same goal to make a tool to create Pokémon fan games, but a totally different project, still WIP tho

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].