/overworld

Extra tools for working with tilemaps in MakeCode Arcade

Primary LanguageTypeScriptMIT LicenseMIT

overworld Build status badge

This extension contains advanced APIs for working with tilemaps in blocks. The APIS are divided into two categories:

  1. Tilemap - Blocks that can be used with any tilemap in Microsoft MakeCode Arcade
  2. Overworld - Blocks that can be used to create multiple tilemaps and transition between them

Overworld is great for creating worlds in MakeCode Arcade composed of multiple tilemaps. Here are some good use cases:

  1. Games with multiple levels
  2. Games with multiple settings linked by doorways
  3. Games with locations connected by an overworld
  4. Top-down games where the player moves between multiple connected "screens"
  5. Procedurally generated tilemap games

Create a project with this extension

This repository can be added as an extension in Microsoft MakeCode.

Edit this extension

To edit this repository in Microsoft MakeCode.

Supported targets

  • for PXT/arcade (The metadata above is needed for package search.)