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.
- Clone this repository to your computer
- Launch a terminal in the cloned repo folder
- Run these commands:
npm install
npm run gitClone
thennpm run mvRPG
- To replace download:
npm run downloadRPG
- To replace download:
npm run rpg
to run it in the browsernpm run start
to run electron in dev modenpm run dist:windows-latest
to build the installer
Download the latest release: https://github.com/BTS-CM/RPGJS-Electron/releases
Currently only Windows is supported.