Arcade flight simulation

Hi All,

New update video.

Features added:

  • refactor whole thing to use javelin ECS. Major thing which I might do a separate topic on. Enabled easy adding features and many other things. Complete mindset change.
  • added sounds
  • added bot plane, just following path for now (yuka)
  • moving skybox with camera
  • shooting (gun blast sprite, gun hit smoke sprite animation, smoke particle for enemy burning). I have problem with sprites playing animations so gun hit not doing the job right. For smoke i need to come up with something better but lighter on performance.
  • lastly I modified the follow camera so yaw and pitch are followed directly but not roll. Otherwise aiming is impossible.

I hope you enjoy. Since I added ECS I am tempted to try enable networking. Before that I might setup a server for a single player for people to play and leave some feedback.

9 Likes