Q*bert Is Now Live!

My eBook on creating a clone of Q*bert is not live! I’m calling it an eBook instead of a tutorial due to the length of the tutorial. Rather than publish multiple tutorials, I opted to publish it all at once. You can find the link to the tutorial on my Classic Games page, or you …

New Android Tutorials!

I have added two new Android tutorials to my site. The first tutorial goes over the basics of setting up your environment for developing games with MonoGame. The second tutorial covers creating fireworks as a brief introduction to Android. You can find the links to the tutorials on the Android MonoGame Tutorials page of my …

Training Troops Updated

I have just uploaded the fourth tutorial in the Dragon’s Claw tutorial series to the blog. This tutorial continues on with training troops and processing the queues of troops to be trained. It also creates a NodeJS package to call the server every hour to process the queue. You can find the tutorial on the …

The MonoGame Game1 Class

MonoGame MonoGame is a framework that is based on the XNA framework by Microsoft. It is, free, open source and cross platform. MonoGame targets Windows, Mac, Linux Android and other platforms. On the MonoGame Tutorials page of my blog I have a number of tutorials. I also of series of tutorials on creating specific game …