Tetris Cube Part 1: Fixing

Tetris Cube Part 1: Fixing

This will be the first post of a multi-part article. The reason for this is that I want to include all the steps I went through: fixing, working the theory, writing scripts, optimizing. If you want to have an idea of what I'm talking about, here is a very similar article:

Solving the Soma cube in 3D
I bought this wooden puzzle few weeks ago from the flea market for 3 TND ($1). The build quality is quite good. It’s composed of 7 different pieces that must be assembled in a 3x3x3 cube. Solving this puzzle manually is complicated. There is no apparent solution other than brute-force.

So, grab the popcorn and hold on to your seat. This is going to be a long journey.

Introduction

First, let's introduce the new puzzle "Tetris Cube".

This puzzle is composed of:

  • 54 x "T" shaped pieces, all the same
  • a red wooden mount

The goal is to arrange the pieces in a way to form a solid 6x6x6 cube.

Fixing the mount

Sadly, when I first saw the puzzle on the flea market, it was broken. A side panel was detached. I made sure that it was not missing pieces, and bought it.

Fixing things is rescuing them from the garbage dump, giving them a second life.

We will be using super-glue to fix the mount.

Gluing the mount pieces together

Here is the mount after letting the glue set for a few minutes. I tried not to put too much glue so that it won't overrun and make a mess.

The mount after it was fixed

What's next?

Once fixed, the next logical step is to solve the puzzle. This sound easy enough at first glance, but fitting the last few pieces in place will give you headache.

The "Tetris Cube" puzzle

As usual, we will compare different approaches to solve this puzzle, manually and with the help of computers, and later we will create 3D animation of it.

See you in the next post!