Open
Description
Issue description:
Consider explaining Vector2 math.
This lesson and the following practice rely on Vector2 multiplication and division, which might not be intuitive to newbie programmers, or those who have never worked with vectors before (especially since something like cell_size / 2
appears to mix types).
A few quick sentences would likely clear things up for beginners.
If you'd like, I'm happy to create a small PR.