Showing posts with label DGPChowfin2017. Show all posts
Showing posts with label DGPChowfin2017. Show all posts

Thursday, June 29, 2017

Programming Concepts

As a year 7 student from Lake Brunner School, we have been exploring programming concepts and we are focusing on our friend, the 'for' loop. This means that we don't have to write the same code over and over again, we can be more efficient. We then tried the Maze Challenge and we changed the colours of the maze to personalize it to our liking. We then replaced the 24 lines of code with just 8 lines by putting in this very useful code,

for i in range (0,3):
  myPen.forward(70)
  myPen.right(90)
  
I got this challenge from http://www.101computing.net/turtle-maze/

Thursday, June 15, 2017

Programming Concepts

Stacy, my main character has to move around the maze to get to the finish sprite. On the way she encounters some challenges and must persevere to get to the finish line. She can gain points on the way.  Please use up, down, left and right keys to move. I am a year 7 student working on a class project. This is still a work in progress.
You can play the game on the blog and I would love to hear your feedback.
This game has been made on scratch which is an online platform which allows me to drag and drop the code. I am also going to use visual python trinket to make a game using the turtle programme.

Over the last hour I have been working on Python Visual I have discovered how to change the colour, make movement and lots more.