Chapter 6.5 - The Stick Figure

6.5 -  The Stick Figure

How about creating more complex shapes than a square and a circle? What other command can we use to draw?

Look at the image below. Start from the basic Pygame Template (you can download it from here, open it and rename it to stick) and write the drawing commands to create a stick figure.

Some colors are missing, so you have to create them (at same the positions as the other colors). You can view an RGB calculator here

stick explained

You can download the code from here