https://github.com/cadpnq/concretion
A node.js game engine focused on MUDs
https://github.com/cadpnq/concretion
mud
Last synced: 4 months ago
JSON representation
A node.js game engine focused on MUDs
- Host: GitHub
- URL: https://github.com/cadpnq/concretion
- Owner: cadpnq
- License: mit
- Created: 2019-04-23T16:19:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T19:44:10.000Z (over 3 years ago)
- Last Synced: 2025-12-23T09:41:08.090Z (6 months ago)
- Topics: mud
- Language: JavaScript
- Homepage:
- Size: 216 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concretion
This is very much still in a state of flux and subject to radical change. It is also largely undocumented.
The most interesting parts are currently in the object system. (see [this](https://github.com/cadpnq/concretion/blob/master/packages/engine/mixins/GameObject.js) and [this](https://github.com/cadpnq/concretion/blob/master/engine/objects.js))
Engine development will no longer be happening in this repository. If you're interested you should be watching [MUDout](https://github.com/cadpnq/mudout) instead. At some point I will break off the engine from there and merge it back here.