Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.09 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.09 KB

RPG (Desktop Client)

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.

Getting started

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

Hosting your own games

You can host this game on your own domain by installing RPG on your WordPress website.