Computer Programming for fun!
Time to learn a bit about computer programming!! Sound daunting? We're going to start learning the basics of computer programming by commanding a stoopid turtle (or triangle!) around the screen!
Open up the Turtle Graphics WebPage and after the intro message displays, type your first three programming commands (in the command window):
- clearscreen
- showturtle
- pendown
- forward 50
- forward 100
- right 45
- forward 50
- A Square
- A Triangle
- A house
- A hexagon
- A star (tricky!)
- Something from your own imagination!
0 Comments:
Post a Comment
<< Home