Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Basic Scene generation: populate with a character#46

Draft
calummackervoy wants to merge 5 commits into
masterfrom
36-scene-building
Draft

Basic Scene generation: populate with a character#46
calummackervoy wants to merge 5 commits into
masterfrom
36-scene-building

Conversation

@calummackervoy

Copy link
Copy Markdown
Member

Closes #36

What

  • Adds mud:sceneGenerationEndpoint to the MUD configuration
  • The client is expected to POST a scene to start with (e.g. the building I selected and my party characters)
  • The server will then add a hard-coded character to the scene and return this
  • It is then the client's responsibility to render content for the scene to the user

Why

  • It allows a mechanism for server-side content to be generated when building a scene (later it will be extended to accept context-type parameters)
  • Building the scene is a starting point to build a specific kind of scene - a dialogue (Getting started with Dialogue! #40 )

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Starting Scene building endpoint

1 participant