Brilliance 303: The Art of Expert Brilliance

Welcome to Brilliance 303, where the pursuit of perfection is a mere mortal's game!

In this esteemed course, you'll master the art of making things look brilliant – a feat of unparalleled skill and taste.

Course Outline:

Lesson 1: The Theory of Brilliance

		class Brilliance {
			// Define the art of making things look brilliant
		}
		
	

Lesson 2: The Practice of Brilliance

		// Create a brilliant canvas
		<canvas id="myCanvas" width="500" height="500">
		// Get a reference to the canvas
		var canvas = document.getElementById("myCanvas");
		// Get a reference to the 2D drawing context
		var ctx = canvas.getContext("2d");
		// Set the stroke style
		ctx.strokeStyle = "#000000";
		// Draw a brilliant line
		ctx.beginPath();
		ctx.moveTo(0, 0);
		ctx.lineTo(500, 500);
		ctx.stroke();
		
	

Homework:

Practice making things look brilliant by creating your own brilliant art piece. Submit it to us and receive feedback on your progress!

Join the Brilliance Forum for discussions and critiques on your work!

Browse the Brilliant Gallery for inspiration!