View Code Tag


Have some fun! Explore the 6 articles tagged with code.


Doing Some Fall Cleaning

ZX81 Computer

I took a break from educating myself on z80 machine code, more on that later, to fix a few things that have bugged me about the site. They are minor and probably will go completely unnoticed by most, but I wanted to make a quick note for future reference. Hey that’s what blogs are for, right?


Space Lander 2011

Space Lander 2011

I couldn’t leave well enough alone. All that analyzing and nitpicking of the original Space Lander made me wonder what it might be like if I had rewritten it. Almost 28 years later, here is the reborn version of Space Lander 2011.


Random Names

Coding and Web Design

What do you do on a lazy Sunday? Write programs of course! I was reading Tim Hartnell’s book Creating Adventure Games On Your Computer and ran across a little gem for generating random names. It is short and sweet and easily converted into Perl.


Fixing Code

Coding and Web Design

I really haven’t liked the way the code routine displays on my blog. It adds a lot of white space and generally looks bad. To make things a bit nicer, I removed the Code: message, set the overflow to auto instead of scroll, and I removed the extra breaks.