# Mud Engine

TypeScript game engine library for MUDs that handles core logic, including entity creation, room management, and game interactions in a modular and extensible way.

## Installation

Use the package manager NPM to install mud-engine.

```bash
npm install
```

## Update version

```bash
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
```
[npm version](https://docs.npmjs.com/cli/v8/commands/npm-version)

## Usage

```typescript
import example from 'mud-engine'
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.