Click on the green flag to start the drawing. Be prepared to answer a question about perimeter !
What is a thread in a computer program ? In simple terms, a thread is a set of instructions (a stack of code) that is followed and executed by the program. In this project, 4 stacks of code for the 4 buttons are launched at the same time. What does it mean in Computer Science? It just means that all 4 buttons start their movements simultaneously or in parallel, just like runners in a race!