Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/markjivko/rpg-client-desktop
- Owner: markjivko
- License: gpl-3.0
- Created: 2021-06-29T16:47:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T11:59:27.000Z (about 3 years ago)
- Last Synced: 2024-03-21T18:55:17.944Z (11 months ago)
- Topics: browser-game, browser-rpg, electron-app, electronjs, markjivko, rpg-game, wordpress-rpg
- Language: JavaScript
- Homepage:
- Size: 6.34 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license.txt
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.