Implementation Problems

Because, you know, inflatables are hard.

Example Code
				// Inflatable Robot Code
				if (inflate()) {
					print("Inflated!");
				} else {
					print("Deflate!");
				}
			

And, of course, there's always the Rogues Gallery for more advanced problems.

Or, if you're feeling adventurous, try the Hacking Guide.