Skip to content

dtutimes/edition-69-bazaar-breakout

Repository files navigation

Bazaar Breakout (Edition 69)

A MakeCode Arcade project built with TypeScript and PXT modules.

Setup Guide

  • Prerequisites: Install Node.js (LTS) and the MakeCode pxt CLI (npm install -g pxt). VS Code recommended.

  • Install deps: Use the workspace task or run:

    pxt install
  • Build locally:

    pxt build --local
  • Deploy/run locally:

    pxt deploy --local
  • Clean artifacts:

    pxt clean
  • VS Code tasks: You can also trigger pxt install, pxt build, pxt deploy, and pxt clean via the built-in tasks (Terminal → Run Task) configured for this workspace.

Tech Stack

  • MakeCode Arcade (PXT): Game runtime and tooling.
  • TypeScript: Primary language (main.ts, modules in pxt_modules/).
  • PXT Modules: Reusable libraries like arcade-sprite-util, arcade-story, arcade-block-objects, and others.
  • Assets: Images, tilemaps, and generated resources (images.g.*, tilemap.g.*, assets/).
  • Build Artifacts: Output in built/ (e.g., binary.js).

Contributors

About

A MakeCode Arcade project built with TypeScript and PXT modules for Edition 69

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages