Final submission sent.
Hi everyone :)I've just sent the final package containing the project and Windows build. I won't have more time to work on it today.
I'm pretty happy with the game, except the sound. Today I thought it would be nice to have a PvP in the game. Awesome thing was that adding it was just switching AI component with PlayerInput component on the second vessel. If my game state management was not total crap until then, the whole feature would take me like a half an hour. In such moments you appreciate time spent on the framework.
(log in to comment)
xmzhang1 on 2017/10/22 22:22:
It is a interesting game,remind me Bristleback in dota :) well, I will try my best to learn how to implement Entity-Component-System pattern from your code. :)