# mud引擎核心core **Repository Path**: sflyaun/mud-engine-he-xincore ## Basic Information - **Project Name**: mud引擎核心core - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-17 - **Last Updated**: 2022-10-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.com/RanvierMUD/core.svg?branch=master)](https://travis-ci.com/RanvierMUD/core) [![Coverage Status](https://coveralls.io/repos/github/RanvierMUD/core/badge.svg?branch=master)](https://coveralls.io/github/RanvierMUD/core?branch=master) Actual core engine code for [Ranvier](https://ranviermud.com) game engine. ### Developing * Have a checkout of the normal ranviermud repo * Have a checkout of this repo adjacent to it * In this repo run npm install then `npm link` (might need `sudo`) * Go back to the other repo and run `npm link ranvier` Now any changes you make in this repo will automatically be available inside your ranvier project. Any time you do `npm install` or `npm update` in your ranviermud repository you'll have to re-run `npm link ranvier` to re-establish the link.