Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markjivko/rpg-client-desktop

RPG Desktop Client - The fast and easy way to connect to a RPG server
https://github.com/markjivko/rpg-client-desktop

browser-game browser-rpg electron-app electronjs markjivko rpg-game wordpress-rpg

Last synced: 3 months ago
JSON representation

RPG Desktop Client - The fast and easy way to connect to a RPG server

Awesome Lists containing this project

README

        

# RPG (Desktop Client)





Connect to your favorite [RPG](https://github.com/markjivko/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](https://web.dev/progressive-web-apps) inside of a local, secure [Electron.js](https://www.electronjs.org/) 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](https://github.com/markjivko/RPG) on your WordPress website.