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:
- Introduction - Learning goals, a look at the code, and how to play
- Core concepts - Understanding update(), Sequence, input(), and time.dt
- Code analysis - Detailed explanation of each code section
- Quiz - Quiz and next steps