Pre-release
AdventureJS Docs Downloads
Score: 0 Moves: 0
Tutorial explaining how to work with basic descriptions in AdventureJS. tutorial, basic descriptions

Customize Output:Basic Descriptions

You can describe anything and everything in AdventureJS. There's a simple, basic way to apply descriptions to things – and a lot of much more complex ways. For now, we're going to stick to simple descriptions.

MyGame.createAsset({
  class: "",
  name: "",
  description: ` `,
});