RUFASTOMB6 ==> 3D Hole In One Slider Puzzle (t2.adb)



Needs:
.) distinct, contrasting colors for each number
.) instructions on help screen
.) then, study possibilities



======================================================
plan:

dimension = 4x4x6 cubelets

9 pieces...

8 2x2x2 - 1		corner pieces granite

1 2x2x2 			crystal skull texture [S]


layout:

	 +Y
	 |
	 |
	 |______	+X
	/
  /
+Z

ix in 1..4 (increases rightward)
iz in 1..4 (increases outward)
iy in 1..6 (increases upward)

		ulp		urp


ula		ura


	     S

		llp		lrp


lla		lra

Goal-Position...
Centroids:		index
==============
ulp (1,5,1)		1
urp (3,5,1)		2
ula (1,5,3)		3
ura (3,5,3)		4

llp (1,3,1)		5
lrp (3,3,1)		6
lla (1,3,3)		7
lra (3,3,3)		8

S   (2,3,2)		9	... but starting at (2,1,2)

EG:  extent of llp includes all the following 8 positions:
111,112,121,122, 211,212,221,222

-------------- starting pos #1 ------------------------
ulp (1,5,1)		1
urp (3,5,1)		2
ula (1,5,3)		3
ura (3,5,3)		4

llp (1,3,1)		5
lrp (3,3,1)		6
lla (1,3,3)		7
lra (3,3,3)		8

S   (2,1,2)		9

-------------- starting pos #2 ------------------------
index		centroid
8			151 ulp
7			351 urp
6			153 ula
5			353 ura

4			111 llp
3			311 lrp
2			113 lla
1			313 lra

9			232 center

