Shooting Mechanism Demo
As a follow up to the background scrolling example, I’ve modified the 1945 code again to emphasize how the shooting mechanism works.
Basically, the player is given two options for shooting:
Every distinct click of the left mouse button guarantees one shot.
Holding the left mouse button will make shots appear at regular intervals (rapid fire).
In a way, [...]

