Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damian-pastorini/reldens-skeleton
Reldens - Skeleton
https://github.com/damian-pastorini/reldens-skeleton
dwdeveloper javascript mmorpg mmorpg-client mmorpg-game mmorpg-server multiplayer multiplayer-game nodejs reldens rpg rpg-engine rpg-game
Last synced: about 2 months ago
JSON representation
Reldens - Skeleton
- Host: GitHub
- URL: https://github.com/damian-pastorini/reldens-skeleton
- Owner: damian-pastorini
- License: mit
- Created: 2019-11-22T18:25:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T07:33:13.000Z (5 months ago)
- Last Synced: 2024-10-11T15:18:13.059Z (3 months ago)
- Topics: dwdeveloper, javascript, mmorpg, mmorpg-client, mmorpg-game, mmorpg-server, multiplayer, multiplayer-game, nodejs, reldens, rpg, rpg-engine, rpg-game
- Language: HTML
- Homepage: https://demo.reldens.com/
- Size: 34.2 MB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reldens - Game Skeleton
### Based on the NPM package:
https://www.npmjs.com/package/reldens
---
### Demo:
Disclaimer: Reldens is not just a game, is a platform to create games.
We use this demo to show how many features are available.
To access the demo you can register in the following link (the basic registration will require email, user and password):
https://demo.reldens.com/
In order to access the server admin you need use the email.
IMPORTANT: every action in this admin demo is blocked on purpose, in order to really test all it's features you need to do it on your own implementation.
https://demo.reldens.com/reldens-admin/
---
### Installation process:
Make sure to follow the installation guide: https://www.reldens.com/documentation/installation
### And then just start your project!
```
$ npm start
```- If you like to see more logs of the process you can change the debug level like:
```
$ RELDENS_LOG_LEVEL=9 node .
```- Now, you should be able to browse the following links:
Game: [http://localhost:8080/](http://localhost:8080/)
Administration Panel: [http://localhost:8080/reldens-admin](http://localhost:8080/reldens-admin)
ENJOY!
---
#### Useful links:
- [https://www.reldens.com/documentation/](https://www.reldens.com/documentation/)
- [https://www.reldens.com/installation/](https://www.reldens.com/installation/)---
## Support us! :)
If you like to contribute or donate to support the project please feel free to contact me at [email protected].
Or:
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/I2I81VISA)
[Become a Patron!](https://www.patreon.com/bePatron?u=18074832)