July 17, 2008
When designing 2D games, many of has have the annoying habit of being born out of the Flash age. We want to be able to have a drawing of something and animate, just like we did in Flash! However, this is obviously not possible in XNA since XNA is not a enriched content creation platform [...]
July 14, 2008
Often when creating games in 2D you need a sprite to rotate towards another object, whether that be a turret rotating towards an enemy or making something follow your mouse. Regardless of the use of this rotation the principle is the same. In this tutorial I use the basic concept of making something follow the [...]
July 4, 2008
Having just begun programming for XNA I thought I’d begin to share what I’ve been learning. One thing I definitely aim to do which I find lacking in many tutorials is explain the logic behind what I’m doing so it can be easily ported into other languages (such as Flash). For this tutorial I’m going [...]