https://github.com/azigler/zigmud
Experimental fork of RanvierMUD/trpg-skeleton
https://github.com/azigler/zigmud
backend game-engine gamedev mud ranvier
Last synced: 5 months ago
JSON representation
Experimental fork of RanvierMUD/trpg-skeleton
- Host: GitHub
- URL: https://github.com/azigler/zigmud
- Owner: azigler
- License: mit
- Created: 2020-06-07T22:06:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T00:05:12.000Z (over 2 years ago)
- Last Synced: 2024-04-14T11:47:47.761Z (about 2 years ago)
- Topics: backend, game-engine, gamedev, mud, ranvier
- Language: JavaScript
- Homepage: https://www.andrewzigler.com/portfolio/zigmud-mud-engine/
- Size: 605 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# zigmud
> Experimental fork of [RanvierMUD/trpg-skeleton](https://github.com/RanvierMUD/trpg-skeleton) powered by an experimental fork of [RanvierMUD/core](https://github.com/azigler/core)
### Instructions
1. Get a checkout of this experimental fork ([azigler/zigmud](https://github.com/azigler/zigmud))
2. Get a checkout of the experimental core:develop branch ([azigler/core:develop](https://github.com/azigler/core/tree/develop))
3. In your checkout of [azigler/core:develop](https://github.com/azigler/core/tree/develop), run `npm install` then `npm link`
4. In your checkout of [azigler/zigmud](https://github.com/azigler/zigmud), run `npm link ranvier`
**Whenever you run `npm install` or `npm update` in your [azigler/zigmud](https://github.com/azigler/zigmud) checkout, you must re-run `npm link ranvier` to re-establish the link.**
### Bundles
The following is a list of Ranvier bundles I have created with this project:
- [ranvier-webhooks](https://github.com/azigler/ranvier-webhooks)