Rocket Constructor – A Simple Modular Rocket Building Game

rocket constructor - rocket in flight

Inspired by Kerbal Space Program and wanting to create a simple rocket building game for my then 3 year old son, I created Rocket Constructor. Rocket Constructor is a simple modular rocket building game I developed using for my son after noticing his enjoyment of the ‘Space’ theme. I created it with Unity. To play, … Read more

Character creator with Amazon DynamoDB integration in Unity3D

In this tutorial, we’ll be covering building your very own Amazon AWS DynamoDB integrated Unity3D game. We’ll be using two public cloud based technologies provided by Amazon AWS, namely DynamoDB (a NoSQL database service), and Cognito (identity management and data synchronization). We’ll be building a character creator with Amazon DynamoDB integration in Unity3D. This will … Read more

Space Pillage dev update – modular gun / weapon system for enemies

This post covers my first Space Pillage dev update. It will do a quick run through of the design and thought behind the customisable / modular weapon system I have created for enemies found in the game. The customisable weapon system package is actually something I created a while back for this game. I decided … Read more