jessie
Tuesday, September 19, 2017
Thursday, June 29, 2017
programming concepts
In class we have been demonstrating programming concepts. we have been on a game called code of combat. It is like the same as trinket but it is turned more into a game. We have been using the for loop. When I was playing code of combat we had to write down codes like hero.moveup() that was one of the codes for code of combat. I really like code of combat and trinket. In code of combat we try to use the FOR while loop. On code of combat there are different levels on the levels you use different types of code. When you complete a level you get rewarded something but some of the thing mean that you have to subscribe.
Here is a link to code of combat - code of combat
Here is a link to code of combat - code of combat
Thursday, June 22, 2017
programming concepts
I have been using python in my tech class. We have been programming concepts using the FOR Loop. We have been doing a code for a maze game so that Tina can go through the maze.
The For' loop has become our friend and we are discovering that instead of writing the same code over and over again we can use 'smart' code or efficient code.
#Turtle Maze Challenge - www.101computing.net/turtle-maze/
import turtle
import maze
myPen=turtle.Turtle()
myPen.penup()
myPen.goto(20,-180)
myPen.pendown()
myPen.shape('turtle')
myPen.color("#DB148E")
myPen.width(5)
myPen.left(90)
#Start of maze
for i in range(0,3):
myPen.forward(70)
myPen.right(90)
myPen.forward(120)
myPen.left(90)
myPen.forward(45)
myPen.left(90)
myPen.forward(120)
myPen.right(90)
Here is what the challenge looks like
The For' loop has become our friend and we are discovering that instead of writing the same code over and over again we can use 'smart' code or efficient code.
#Turtle Maze Challenge - www.101computing.net/turtle-maze/
import turtle
import maze
myPen=turtle.Turtle()
myPen.penup()
myPen.goto(20,-180)
myPen.pendown()
myPen.shape('turtle')
myPen.color("#DB148E")
myPen.width(5)
myPen.left(90)
#Start of maze
for i in range(0,3):
myPen.forward(70)
myPen.right(90)
myPen.forward(120)
myPen.left(90)
myPen.forward(45)
myPen.left(90)
myPen.forward(120)
myPen.right(90)
Here is what the challenge looks like
Thursday, February 2, 2017
introduction: Hello i'm Jessie Lowe, New Zealand is my home town. I am 10 years old I am from Greymouth but I live in Cobden. I go to cobden school. I am a year seven I am going to highschool in 1 year. I have a BFF and her name is willow dunlea I am turning 11 in 4 months. I love doing gymnastics and riding horses it is my most favorite thing to do.
Subscribe to:
Posts (Atom)
