Skip to content

Facet-MUD-Project/facetassets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacetAssets

Shared assets for the various FacetMUD implementations.

This repo contains the reference world which all implementations must be able to render. It also contains the specifications to which all implementations must conform. This is a work in progress and is bound to change.

Data format

All assets (rooms, objects, etc) are created in the TOML format. This is meant to allow a simple, language-neutral data specification without all the bells and whistles, or security considerations, of other markup formats.

All "hooks" and scripting which is done in these assets is written in the Lua language. This means that every implementation of the Facet MUD must be able to run Lua scripts.

Contributing

See CONTRIBUTING.md for information on how to contribute.

Code of Conduct

See CODE_OF_CONDUCT.md.

Maintainers

Our primary maintainers are:

  • @tarkatronic
  • @daftpun

Contributors

Coming soon: https://github.com/all-contributors/all-contributors

About

Shared assets for the various Facet MUD implementations

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published