Skip to content

BTS-CM/RPGJS-Electron

Repository files navigation

RPGJS-Electron

Launches the RPGJS BeetEOS demo via electron!

Fetches the RPGJS game files from: https://github.com/BTS-CM/demo-rpg-js

To make changes to the game world replace the demo-rpg-js repo with your own rpg-js world.

Developer instructions

  • Clone this repository to your computer
  • Launch a terminal in the cloned repo folder
  • Run these commands:
    • npm install
    • npm run gitClone then npm run mvRPG
      • To replace download: npm run downloadRPG
    • npm run rpg to run it in the browser
    • npm run start to run electron in dev mode
    • npm run dist:windows-latest to build the installer

User guide

Download the latest release: https://github.com/BTS-CM/RPGJS-Electron/releases

Currently only Windows is supported.