Tinkercad Codeblocks: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(Created page with "== Introduction == == Example == The following will create a tower and then duplicate it. Width of the tower and N * N duplications are parameterized file:tower generator...")
 
Line 6: Line 6:


[[file:tower generator (simple).png|none|frame|800px|Tinkercad Codeblocks example]]
[[file:tower generator (simple).png|none|frame|800px|Tinkercad Codeblocks example]]
Public Source code:  https://www.tinkercad.com/codeblocks/4peL74rSVTV


== Links ==
== Links ==

Revision as of 21:00, 5 February 2020

Introduction

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