html Utopia Games: Tower Challenges

Utopia Games: Tower Challenges

The Tower of Utopia

Build the tower of a utopian society, where everyone lives in harmony and happiness. Sounds easy, right?

  1. Build a tower using only the following materials: 10 cubes, 20 beams, and 30 bricks.
  2. The tower must be at least 100 meters tall.
  3. Each floor must be a different color.
  4. The top floor must have a flagpole.
			// Utopia Games: Tower Challenges
			// Level 1: The Simple Tower
			// Goal: Build a tower 100 meters high
			// Materials: 10 cubes, 20 beams, 30 bricks
			// Constraints: Each floor must be a different color
			//            The top floor must have a flagpole
		
		
			// Example Solution
			// Cube 1: Red
			// Beam 1: Red
			// Brick 1: Red
			// Beam 2: Blue
			// Cube 2: Blue
			// Brick 2: Blue
			// Beam 3: Green
			// Cube 3: Green
			// Brick 3: Green
			// Beam 4: Yellow
			// Cube 4: Yellow
			// Brick 4: Yellow
			// Flagpole: Black
		

Submit your solution and compete with other utopian architects!