Summary
In this chapter, we learned about adding the basic game logic elements to our game.
Specifically, we covered how to structure our code. We got a deeper knowledge of touches, event listeners, and collision detections.
Now that our pirate ship can actually shoot and hit things, let's add user-interface elements—which is the topic of the next chapter.