Downloads
Various things I've written - tutorials, articles, and code, all in ZIP format.
ntc_AI_pm.zip - Nice probability machine. Comes with documentation and an example. Can be used in game AI or other situations, for probability simulation.
articleConverter.zip - This is a really useful program that converts forum code into HTML. I wrote it because I often write articles to be posted on the forum that could also be posted on my website. Now I have the capability to do so, and so do you!
ntc.specialfx.zip - This is a set of three special FX objects: fader, dissolver, and blixer (block mixer). There are example programs and documentation included, so you can see how everything looks. Quite nice objects really, designed specifically for games but might be useful in other areas too.
stack.zip - This is a useful stack object, a readme and example program are included. Part of my data structures series.
linkedList.zip - This is a useful linked list object, a readme and example program are included. Part of my data structures series.
lighting_example.zip - This is a nice lighting object, it's not finished yet but it's getting there. Uses OOP, very easy and elegant to use. Perfect for a lighting system in a game (especially once I finish it).
words_list object - this takes a string and splits it into words for parsing or whatever. Nice example, though a little bit hackish; you may be able to learn from it or use it for something.
The n00b tutorials in HTML format for you to download in ZIP