This course uses MakeCode Arcade as its tool. There are several advantages to this tool. Like Scratch the block coding tool reduces chances of getting stuck with code syntax errors Unlike scratch it ...
Need to redo this with an improved object manager, to handle all game object types correctly (need to circumvent the current casts to subclasses of VisibleGameObject). Could improve collision and ...