Skip to content

Functions and Event Handling

While building a continuously firing bullet hell, you'll update and learn to use your own functions.


Table of contents

This lesson is made up of the following sections:

  1. Introduction - Learning goals, a look at the code, and how to play
  2. Core concepts - Understanding update(), Sequence, input(), and time.dt
  3. Code analysis - Detailed explanation of each code section
  4. Quiz - Quiz and next steps