Use Scratch 3.0 to Make Multiple Player Game – Some Key Points

On Scratch 3.0, you might notice there is one type of variable: cloud variable. This option is available in Create Variable dialog. However, if you are a "New Scratcher", you will not see this option. So what is the purpose of using cloud variables? Usually we could store highest game score, the user name who …

Continue reading Use Scratch 3.0 to Make Multiple Player Game – Some Key Points

LEGO Spike Prime – “Translate” Programming Blocks into Python Code

In my previous post, I introduced how to set a mission for LEGO Spike Prime and implement the task with LEGO Spike programming blocks. As I mentioned before, Lego Spike Prime supports MicroPython pretty well. Most of the programming blocks could find corresponding Python functions. In this post, I will demonstrate how to "translate" my …

Continue reading LEGO Spike Prime – “Translate” Programming Blocks into Python Code