Spaceship control and physics with iOS Sprite Kit

Discussion in 'Public Game Developers Forum' started by Lenka Pitonakova, Mar 25, 2020.

  1. Lenka Pitonakova

    Mar 25, 2020
    19
    1
    3
    Watch a video and read the full post including example code: http://www.zirthian.qubiqinteractive.ca/spaceship-control-and-physics.php [​IMG]

    In this post I am going to talk abut two important things my arcade-style side-scroller shoot-'em up game: spaceship control and physics.

    [​IMG]

    The game makes full use of the iOS's Sprite Kit Physics Engine. I must say working with this engine was a bit rough to start with, but once you understand what's going on, you can create amazing things and very believable behaviour with minimal code.
     

Share This Page