Skip to content

Casual game editor based on Microsoft MakeCode

License

Notifications You must be signed in to change notification settings

AlexxNica/pxt-32

 
 

Repository files navigation

Casual game editor using Microsoft MakeCode Build Status

This repo contains an editor built with Microsoft MakeCode (PXT).

Local Dev setup

These instructions assume familiarity with dev tools and languages.

In a common folder,

npm install
npm run build
  • go to pxt-common-packages and run
npm install
npm link ../pxt
  • go to pxt-32 and run
npm install
npm link ../pxt
npm link ../pxt-common-packages

to run the local server

From root github folder,

cd pxt-32
pxt serve --cloud

Updating the tools

If you would like to pick up the latest PXT build, simply run

pxt update

More instructions at https://github.com/Microsoft/pxt#running-a-target-from-localhost

About

Casual game editor based on Microsoft MakeCode

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.6%
  • CSS 3.8%
  • HTML 0.6%