Difference between revisions of "Activities/Amazonas Tortuga"

From Sugar Labs
Jump to navigation Jump to search
m
(Migrate to GitHub)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>[[Category:Activities|Amazonas Tortuga]]</noinclude>
+
== Amazonas Tortuga ==
  
[[File:Turtle-amazonas.png|75px]]
+
Read at https://help.sugarlabs.org/amazonas_tortuga.html
  
== What is Amazonas Tortuga ==
+
The source file has been moved to [https://github.com/godiard/help-activity/blob/master/source/amazonas_tortuga.rst GitHub]
 
 
Amazonas Tortuga presents more than 30 shape challenges to the learner that must be completed using basic Logo-blocks. The challenges are based on artwork of the Amazonas Region in Peru.
 
 
 
Amazonas Tortuga is a fork of [[Activities/Turtle Confusion]] that presents [[Activities/TurtleArt#Challenges|40 shape challenges]] to be programmed by moving the Logo turtle.
 
 
 
[[File:Amazonas-1.png|300]]
 
 
 
Additional features:
 
* You can import challenges from the Sugar Journal (save them as an image file)
 
* You can save your results as: (1) a Turtle Art program; (2) a UCB Logo project; or (3) a PNG image
 
* You can overlay Cartesian and polar coordinate grids
 
* Additional blocks can be added through the Turtle Blocks plugin mechanism
 
 
 
=== Where to get Amazonas Tortuga ===
 
 
 
http://activities.sugarlabs.org/en-US/sugar/addon/4585
 
 
 
=== How to play Amazonas Tortuga ===
 
 
 
[[File:Amazonas-toolbar.png]]
 
 
 
# Select a challenge from the Combo Box (Shown above: 'amazonas 30').
 
# Use blocks from the various palettes to instruct the Logo turtle to replicate the pattern.
 
 
 
----
 
 
 
Please refer to the [[Activities/Turtle Art]] pages for basic instructions on how to use the block interface and the details of various toolbars.
 
 
 
The shape challenges are loaded from the Combo Box on the Project (Palette) toolbar. When you select a shape, it will be loaded onto the canvas. When you use the Erase button, the current shape is reloaded.
 
 
 
The available blocks are small subset of the Turtle Block blocks: the basic turtle blocks; a reduced palette of pen and color blocks; some basic arithmetic operators; the repeat block; and the action and box blocks.
 
 
 
The Export palette includes save as Logo; save as image; and save as Turtle Art.
 
 
 
=== What are the challenges? ===
 
 
 
The challenges are problems of symmetry and geometry which typically can be solved by using a combination of rotations and repeat blocks.
 
 
 
<gallery>
 
File:Amazonas-4.svg|Challenge 4
 
File:Amazonas-17.svg|Challenge 17
 
File:Amazonas-30.svg|Challenge 30
 
File:Amazonas-32.svg|Challenge 32
 
</gallery>
 
 
 
[[File:Amazon-chart.png]]
 
 
 
== Reporting problems ==
 
Please file bugs at [https://bugs.sugarlabs.org/newticket?component=AmazonasTortuga].
 
 
 
To list all open tickets of Amazonas Tortuga, see [https://bugs.sugarlabs.org/query?status=accepted&status=assigned&status=new&status=reopened&component=AmazonasTortuga].
 
 
 
== Credits ==
 
* Walter Bender wrote and maintains the code.
 
* Brian Silverman is the first author of Turtle Art.
 

Latest revision as of 02:39, 14 July 2018

Amazonas Tortuga

Read at https://help.sugarlabs.org/amazonas_tortuga.html

The source file has been moved to GitHub