Herman Tulleken's Blog
I worked as a game programmer for over 15 years. I occasionally write technical articles; mostly on game development. Here is a list: http://code-spot.co.za/writing/.
Expert Blogs
This is a list of 50 mistakes businesses make when commissioning or building an advergame.
Highlights from the history of advergames.
In this article I share my thoughts on how to think about bugs, how to get rid of them, and how to get better at it.
This article contains some ideas for building mazes by making various modifications to a simple, standard maze-generation algorithm.
This article describes many strategies for working with Unity to make your projects simpler to understand, harder to break, and quicker to ship.
In this article we look at color in games: its function, how technology has improved color display, and how our biology affect the perception of color.
Herman Tulleken's Comments
Comment In:
[Blog - 08/29/2019 - 10:59]
Yes indeed. I guess the ...
Yes indeed. I guess the bigger message is advergames should work as games first before they can work as business tools.
Comment In:
[Blog - 06/12/2019 - 09:42]
Comment In:
[Blog - 02/27/2017 - 04:49]
Comment In:
[Blog - 10/05/2016 - 10:29]
Yes, it 's a good ...
Yes, it 's a good idea to do limit the number of iterations my own implementation does not in fact use recursion . The asserts are still helpful though to determine why there is a problem, but it 's true it can save a few Unity-restarts. As James says, Unity ...
Comment In:
[Blog - 08/12/2016 - 08:25]
A scratchpad test as I ...
A scratchpad test as I use the term is a quick, disposable test to see how something works. I use this type of test most often to test how library functions behave or to figure out my understanding of some small issue how should a matrix look that performs a ...
Comment In:
[Blog - 07/29/2015 - 01:12]