Pages

Thursday 16 September 2021

Reading plus pt 18

 


Coding

 This week we have been doing coding and I've been learning how to code. It is really fun when you know how to do it. I've been learning how to make different animals,people, and creatures, I could also make them move the way I wanted the creatures to move. I could also make text for the characters and make them talk to you and tell you questions. 

I've had really lots of fun doing coding and I hope to make more coding and be better at it because is was really fun to do.

Here is one of my code lines that I've made...

for (var count = 0; count < 4; count++) {
  moveForward(100);
  turnRight(90);
}
https://studio.code.org/s/coursef-2021/lessons/9/levels/5