Friday, April 22, 2016

Attack of the Kraken!

Hey everyone! I am super excited about showing off this new build. There has been a ton of progress in the game over the last month and I think you guys are going to like it. The main focus has been on combat improvements, UI improvements and rendering improvements. You can check out the build here (there are special buttons to try out some of the boss combat mechanics)...

(Best with Internet Explorer)

The most obvious changes are the improvements in the battle mechanics. The enemies now use area of effect attacks which give a warning before they fire. This allows the player take more tactical actions by positioning their crew to reduce the impact of the attacks. Both the Minotaur and the Kraken bosses make heavy use of this. The Kraken also has some new custom AI which allows it to be an interesting fight on your ship as it attacks from different areas.



Another major portion of work was focused on improving the UI. There were several goals that we wanted to achieve with this work...
  1. Create a custom theme which helps tie the games visuals together
  2. Improve usability by adding some additional features for controlling your crew's AI actions and selecting crew effectively
  3. Reduce the amount of chrome on the screen to prevent it from getting into the way.
This work is still in progress, but you can get a feel for the changes in the latest build. We should mostly finalize on it by the next build.

Example of new UI

Lastly but not least, there was a major effort around rendering optimization. This was a bit more technical, but basically what happened is that we were using a custom sprite rendering system due to the large number of sprites on the screen. However, we refactored this to unity sprites which make it much more efficient. Furthermore, we now have much more control over sorting order of the sprites which is great because it allow us to layer the various particle effects in with the sprites which we couldn't do before.

As always, thanks for your support and let us know what you think in the comments!

No comments:

Post a Comment