by admin | Feb 12, 2020
When we first learn coding using sites like code.org we encounter puzzles that require common patterns to solve. These are some of those common coding patterns that all students should understand thoroughly: Move along a line Repeat 1 or more actions a certain number... by admin | Feb 11, 2020
Introduction This page shows you how to build a wall using code in Minecraft Educational Edition (M:E:E). You will of course need an account setup by your school so if you don’t have those I can’t really help. Step 1: Press ‘C’ to start the... by admin | Jan 22, 2020
More complex code uses loops or ‘repeat’ blocks to run a sequence of steps many times. Imagine a robot that made 100 cakes each day. You could give it 100 recipes that are all exactly the same OR you could give it 1 recipe and program it to use (run) the... by admin | Jan 22, 2020
The simplest form of coding is a series of instructions or steps that the computer running the code will perform one at a time. If you’ve ever followed a cooking recipe you would have followed a similar set of instructions. You start at the beginning and perform...