Connect to your favorite RPG server right from your desktop.
This app manages your login credentials and checks the remote server version for compatibility.
The game runs as a Progressive Web Application inside of a local, secure Electron.js web browser.
Once installed, all game assets are stored safely on your device and all requests triggered by the game are remote procedure calls.
Assuming you have installed node
and git
on your system, you should then run the following commands:
git clone https://github.com/markjivko/rpg-client-desktop .
npm install
npm start
You can host this game on your own domain by installing RPG on your WordPress website.