Pixelated Pandemonium: Basic Squashing Handbook

Welcome to the Basic Squashing Handbook of Pixelated Pandemonium! This guide will walk you through the process of squashing pixels like a pro.

Squashing 101

Squashing 101 covers the basics of pixel squashing, including the fundamentals of pixel placement, color theory, and squashing techniques.

Read More on Basic Theory View Squashing 101 Techniques
				// Basic Squashing Theory
				// Pixel Placement
				x = 10;
				y = 20;
				px = 10 + 20;
				console.log(px);  // Output: 30
				// Color Theory
				red = 255;
				green = 0;
				blue = 0;
				console.log(`RGB: (${red}, ${green}, ${blue})  // Output: (255, 0, 0)
			

Squashing 202

Squashing 202 delves deeper into advanced squashing techniques, including pixel compression and squashing algorithms.

Read More on Advanced Techniques
				// Advanced Squashing Techniques
				// Pixel Compression
				var compression = 10;
				var decompressed = compress(compression);
				console.log(decompressed);  // Output: 100
				// Squashing Algorithm
				var algorithm = 'SquashItAll';
				console.log(algorithm);  // Output: SquashItAll
			
Back to Reference