Genuary01
Triple Nested Loop
Constants
COLORS = ["red", "orangered", "orange", "yellow", "green", "blue", "purple", "violet", "pink", "magenta"] of ::String
DIRECTIONALS = {
x: {x: 0.3, y: 0.15},
y: {x: 0.0, y: -0.3},
z: {x: -0.3, y: 0.15},
}
SIDES_ARRAY = (3..10).to_a
POLYGON_DISTANCE = 70
POLYGON_RADIUS = 7
SIZE = 7
WINDOW_HEIGHT = 400
WINDOW_WIDTH = 500