
Doors!
Over the past couple of days I have added doors to Witherwyn. They can be opened, closed, and smashed in by right-clicking on them and using the handy context menu that pops up. Getting the bitmaps on the context menu requires a bit of voodoo – luckily someone on TheCodeProject already did that work. I just imported his code into my project and it magically worked. C# is the first language I’ve ever used that makes grabbing other open source components and incorporating them into a project easy. I also figured out how to embed fonts in a .Net assembly and load them at runtime, so soon Witherwyn’s GUI will use a more appropriately medieval font. Finally, I used some interop voodoo to allow Witherwyn to use animated color cursors.
Witherwyn Google Count: about 37

