microsoft / pxt-brainpad

Microsoft MakeCode editor for the GHI Brainpad
https://makecode.brainpad.com/
Other
3 stars 11 forks source link

Fixed Light Sensor Tutorial #69

Closed greg-norris closed 6 years ago

greg-norris commented 6 years ago

Fixed tutorial and changed block images to fenced in code snippets.

pelikhan commented 6 years ago

@greg-norris Is the "pxt-core" module added automatically?

greg-norris commented 6 years ago

Only after I link pxt-brainpad to pxt using 'npm link ../pxt' command to serve locally. It shows up as 'changed' after I link.

pelikhan commented 6 years ago

Which version of npm are you using?

greg-norris commented 6 years ago

npm v6.0.0

greg-norris commented 6 years ago

Okay

greg-norris commented 6 years ago

I removed the .pxt core submodule from my local. Also created new project section in the tutorials, that the team will discuss on phone call later.

pelikhan commented 6 years ago

You removed tutorials, is that ok?

greg-norris commented 6 years ago

Yes, we are calling it components here. That's what we want to discuss on the phone call. We would like the first part to just be simple tuts on just the basic 8 components (Buzzer, LightBulb) very simple easy code sample. The coding section we added will tie using the components together and teach coding logic examples. Finally under that we would add projects. All this is open to discussion of course.

pelikhan commented 6 years ago

Avoid capital letters in path, it creates issues on Unix. So snapCircuit -> snap-circuit

greg-norris commented 6 years ago

We added a quick idea of a sample project just to show what we were thinking in the layout.

greg-norris commented 6 years ago

Okay, I can fix those.

greg-norris commented 6 years ago

Changed the path to snap-circuits

pelikhan commented 6 years ago

I just noticed that the path to the images was still "snapCircuit". Can you fix it in a new PR?