Difference between revisions of "Learn TurtleBlocks"

From Open Educational Resources
Jump to navigation Jump to search
Line 40: Line 40:
 
|style="width: 50%;|Step 4 - This color palette contain some blocks. That blocks can be used with the set-pen-color block in place of a number block.   
 
|style="width: 50%;|Step 4 - This color palette contain some blocks. That blocks can be used with the set-pen-color block in place of a number block.   
 
|-
 
|-
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/8/8e/5_Turtleblocks_Numbers.png }}
+
|style="width: 50%;|[[File:5_Turtleblocks_Numbers.png |450px]]
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/2/25/6_Turtleblocks_flow.png}}
+
|style="width: 50%;|[[File:6_Turtleblocks_flow.png|450px]]
 
|-
 
|-
 
|style="width: 50%;|Step 5 - This palette called number palette. The blocks in this palette relates to arithmetic and boolean operators.  
 
|style="width: 50%;|Step 5 - This palette called number palette. The blocks in this palette relates to arithmetic and boolean operators.  
 
|style="width: 50%;|Step 6 - The blocks in the flow palette control program flow.
 
|style="width: 50%;|Step 6 - The blocks in the flow palette control program flow.
 
|-
 
|-
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/2/23/7_Turtleblocks_blocks.png }}
+
|style="width: 50%;|[[File:7_Turtleblocks_blocks.png |450px]]
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/1/14/8_Turtleblocks_trash.png }}
+
|style="width: 50%;|[[File:8_Turtleblocks_trash.png |450px]]
 
|-
 
|-
 
|style="width: 50%;|Step 7 - This is palette of variable blocks. These blocks are for defining variables and subroutines. Without actions.
 
|style="width: 50%;|Step 7 - This is palette of variable blocks. These blocks are for defining variables and subroutines. Without actions.
 
|style="width: 50%;|Step 10 - This palette holds any blocks that have been put in the trash. You can drag blocks out of the trash to restore them. The trash palette is emptied when you quit Turtle Art.  
 
|style="width: 50%;|Step 10 - This palette holds any blocks that have been put in the trash. You can drag blocks out of the trash to restore them. The trash palette is emptied when you quit Turtle Art.  
 
|-
 
|-
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/c/c8/Turtleblocks_construction_1.png }}
+
|style="width: 50%;|[[File:Turtleblocks_construction_1.png |450px]]
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Turtleblocks_construction_2.png/800px-Turtleblocks_construction_2.png }}
+
|style="width: 50%;|[[File:Turtleblocks_construction_2.png/800px-Turtleblocks_construction_2.png |450px]]
 
|-
 
|-
 
|style="width: 50%;|Step 11 - Here we have to follow very lengthy code to write square.
 
|style="width: 50%;|Step 11 - Here we have to follow very lengthy code to write square.
 
|style="width: 50%;|Step 12 - Here we can draw the square by using very short code.
 
|style="width: 50%;|Step 12 - Here we can draw the square by using very short code.
 
|-
 
|-
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Turtleblocks_construction_2.png/800px-Turtleblocks_construction_2.png }}
+
|style="width: 50%;|[[File:Turtleblocks_construction_2.png/800px-Turtleblocks_construction_2.png|450px]]
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/c/c3/Turtleblocks_construction_3.png}}
+
|style="width: 50%;|[[File:Turtleblocks_construction_3.png|450px]]
 
|-
 
|-
 
|style="width: 50%;|Step 13 - In flow palette select repeat block and set number as 4 to write 4 sides.
 
|style="width: 50%;|Step 13 - In flow palette select repeat block and set number as 4 to write 4 sides.
 
|style="width: 50%;|Step 14 - To move the turtle select forword block in turtle palette set the measurement.  
 
|style="width: 50%;|Step 14 - To move the turtle select forword block in turtle palette set the measurement.  
 
|-
 
|-
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/9/95/Turtleblocks_construction_4.png }}
+
|style="width: 50%;|[[File:Turtleblocks_construction_4.png |450px]]
|style="width: 50%;|{{ext-img|450px|https://upload.wikimedia.org/wikipedia/commons/3/3a/Turtleblocks_construction_6.png }}
+
|style="width: 50%;|[[File:Turtleblocks_construction_6.png |450px]]
 
|-
 
|-
 
|style="width: 50%;|Step 15 - Then select the right block in turtle palette to turn the turtle in right side and set the measurements.   
 
|style="width: 50%;|Step 15 - Then select the right block in turtle palette to turn the turtle in right side and set the measurements.   

Revision as of 06:59, 18 October 2016

Introduction

TurtleBlocks is a fun activity in which you learn how command a little robotic turtle to draw pictures and designs for you. TurtleBlocks does only one thing and tries to do it very simply and very well: bring geometry and art together through programming. Like the Logo programming language turtle geometry has a central role. However the main focus of TurtleBlocks is static artistic images.

Educational application and relevance

It was designed to be easy enough for children and yet powerful enough for people of all ages. TurtleArt is focused on making images while allowing you to explore geometry and programming.

Version

The TurtleBlocks Tool version – 98-1

Configuration

There is no specific configuration for this tool or application.

  • TurtleBlocks is part of the Ubuntu distribution.

This can be opened from Applications → Education → TurtleBlocks

Overview of Features

Other similar applications

Development and community help

Working with the application

Functionalities

1 Tutleblocks open.png 2 Turtleblocks main.png
Step 1 - TurtleBlocks can be opened from

Application→ Education→ TurtleBlocks

Step 2 - Once you open turtleBlocks you can see the window like this. This contain 9 programming palettes. First one is Turtle palette. This palatte contain some blocks, that blocks are used to control the movement of turtle.
3 Turtle blocks pen.png 4 Turtleblocks Colour.png
Step 3 - This palette called pen palette. The blocks of this palatte are used to control the attributes of the turtle's pen. Step 4 - This color palette contain some blocks. That blocks can be used with the set-pen-color block in place of a number block.
5 Turtleblocks Numbers.png 6 Turtleblocks flow.png
Step 5 - This palette called number palette. The blocks in this palette relates to arithmetic and boolean operators. Step 6 - The blocks in the flow palette control program flow.
7 Turtleblocks blocks.png 8 Turtleblocks trash.png
Step 7 - This is palette of variable blocks. These blocks are for defining variables and subroutines. Without actions. Step 10 - This palette holds any blocks that have been put in the trash. You can drag blocks out of the trash to restore them. The trash palette is emptied when you quit Turtle Art.
Turtleblocks construction 1.png 450px
Step 11 - Here we have to follow very lengthy code to write square. Step 12 - Here we can draw the square by using very short code.
450px Turtleblocks construction 3.png
Step 13 - In flow palette select repeat block and set number as 4 to write 4 sides. Step 14 - To move the turtle select forword block in turtle palette set the measurement.
Turtleblocks construction 4.png Turtleblocks construction 6.png
Step 15 - Then select the right block in turtle palette to turn the turtle in right side and set the measurements. Step 16 - After entering all the code press start button turtle will draw square.

File formats for creation

Saving the file

Export and publishing files

Advanced features

Installation

Method of installation Steps
From Ubuntu software Centre Steps - Applications → Ubuntu Software Center → in right side search box search as “TurtleBlocks” → Click on Install. (If it asks any authentication, Enter your Ubuntu login password)
From Terminal Steps - Open terminal by clicking (ctrl+Alt+T), Once window page is open, in front of dollar($) symbol just type below command.Sudo apt-get installed TurtleBlocks

Now, Enter your ubuntu login password(it will be hide) then press Enter.

From the web Steps - Follow the below link for Installing through web, but again it will take you through software center.

https://apps.ubuntu.com/cat/applications/precise/turteblocks/

Web based registration Steps -

The application on mobiles and tablets

How to install – currently there is no mobile app for TurtleBlocks but there is a App called turtleDraw, this app also same as turtleBlocks.

Ideas for resource creation

Programming Tool

References

Source:http://wiki.laptop.org/go/Turtle_Art_student_guide
https://llk.media.mit.edu/courses/readings/TurtleArt.pdf

How to use template

{{subst:Explore_an_application}} on the page you create for your tool. Page Name should be "Learn ToolName"