Added video links to the text.

This commit is contained in:
Martin Haye 2013-09-29 13:47:24 -07:00
parent 14057c9e30
commit a54ae12e0d

View File

@ -4,6 +4,8 @@ The Tale of Big Blue
Part 1: Outlaw Editor
---------------------
*Hey!* Check out the video screencast of part 1: http://screencast.com/t/ZnRNXVLGi
I'm Martin Haye, and I'm gonnaa to tell you the story of a pixel called Big Blue, and his journey from Seth's mind to an Apple II screen. Along the way we'll be taking a detailed tour of the code and data behind the scenes so you can get a feel for how it all works.
[TODO: back-fill text and links]
@ -11,6 +13,8 @@ I'm Martin Haye, and I'm gonnaa to tell you the story of a pixel called Big Blue
Part 2: Casting Rays
--------------------
*Hey!* Check out the video screencast of part 2: http://screencast.com/t/NNLVxjHZH5
Last time we covered Big Blue's childhood, springing from Seth's mind into Outlaw Editor and then being converted to bits in a file. Now we'll take a detour to introduce ray casting, a critical influence in Blue's life.
You see, before Big Blue can make his debut on the Apple II screen, we need to know where on that screen he should appear. We know he's part of a window on a certain building in the town, but he should only show on the screen when the player is looking at that building. To figure that out I'm afraid we're going to need math but I promise I'll keep it light.