Skip to content

Examples of celskeggs/mediator in action.

License

Notifications You must be signed in to change notification settings

celskeggs/mediator-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Mediator Examples

This is the repository containing examples from the mediator game engine. It is a separate repository, because it involves examples ported from other peoples' code.

License

All of the code I've written here is licensed under the MIT license.

Any code written by others is licensed under the appropriate license; please refer to the following links for more information:

Trying it out

The easiest way to try this is to 'go get' the package.

$ go get github.com/celskeggs/mediator-examples/yourfirstworld/
$ yourfirstworld -pack "$GOPATH/src/github.com/celskeggs/mediator/resource_pack.tgz"

To run the example, you need to point it at the three resource locations shown above, which represent:

  • "core": the webclient resources, such as the HTML, JS, and CSS code for the webclient
  • "resources": the game-specified resources, such as icons
  • "map": the location of the BYOND DMM map

Disclaimer

This is incredibly untested, and the examples don't fully work. Don't expect much from this.

About

Examples of celskeggs/mediator in action.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published