Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 759 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 759 Bytes

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.