Tinkercad Codeblocks: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Introduction ==
== Introduction ==
Tinkercad Codeblocks is a visual programming environment for [[computational making]]. It is part of Tinkercad, {{quotation|a free online collection of software tools that help people all over the world think, create and make.}} ([https://www.tinkercad.com/learn/codeblocks Learn Codeblocks], Feb 2020).
According to the official [https://www.tinkercad.com/learn/codeblocks Learn Codeblocks] page, it's as easy as drag and drop blocks together to make shapes, re-order blocks to refine your design and run the code and watch your creation come to life.
{{stub}}


== Example ==
== Example ==
Line 5: Line 12:
The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized
The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized


[[file:tower generator (simple).png|none|frame|800px|Tinkercad Codeblocks example]]
[[file:tower generator (simple).png|none|thumb|800px|Tinkercad Codeblocks example]]


Public Source code:  https://www.tinkercad.com/codeblocks/4peL74rSVTV
Public Source code:  https://www.tinkercad.com/codeblocks/4peL74rSVTV

Latest revision as of 21:06, 5 February 2020

Introduction

Tinkercad Codeblocks is a visual programming environment for computational making. It is part of Tinkercad, “a free online collection of software tools that help people all over the world think, create and make.” (Learn Codeblocks, Feb 2020).

According to the official Learn Codeblocks page, it's as easy as drag and drop blocks together to make shapes, re-order blocks to refine your design and run the code and watch your creation come to life.

Draft

Example

The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized

Tinkercad Codeblocks example

Public Source code: https://www.tinkercad.com/codeblocks/4peL74rSVTV

Links