In this blog post we will use Glowscript to create a 3D animation representing the various shapes used in a game of Tetris.
Our aim is to recreate each shape by joining several cubes together. We will then create a compound object to join these cubes together in a single object. Finally using an infinite while loop we will animate/rotate the shape around itself.
Here is our 3D animation: (Use Google Chrome to preview this animation)
Find out more…
To learn more about all the instructions you can use in GlowScript/VPython, use this on-line documentation.
Your task:
Create and animate all the different Tetris shapes.