Just pushed out Alpha 3 update last night. So I had to rewrite the upgrade storage system because it was driving me crazy not its basically a readonly Dict<string, double[]> stored for look up. Player stats then look at this and store a local cached copy appropriate for their level and only look at that again when they level up a stat. Much easier to work with.

Also got rid of the intuition numbers and am now pulling data out of calculated spreadsheet data. And moved to Unity 4.3, so now all the bullets are sprites not just quads. It didn’t really seem to change the median performance but it may have smoothed it out a bit.

Missiles now indicate their target enemy with a blue laser sight and they slow down over time, which leads into the 2 new upgrades missile speed and missile agility.

Slomo indicator, hourglass on the left, so that you can tell at what speed and if you have slomo activated. Also smoothed out the timescale changes so it doesn’t jump from 1 to .6 in 1 frame, now it lerps between them.

On the horizon: facebook integration, analytics, more meshes, more textures, more bullet patterns, landscape support.