To get experience with the graphical coordinate system.
For this lab, you will write a program which will draw your initials to the screen. You can use line objects to do this, each letter can be made out of some number of lines connected together.
If you have a "curvy" initial, you don't have to make it appear round. For
example, an S can be made out of just three lines. The letters just have to be
recognizable. But if, you want to be ambitious, you can use the
pygame.draw.arc
function to make curves.
When you are finished, please submit the .py file for the lab on Canvas. To do so, you'll need to navigate to where you saved the file on your computer.
Copyright © 2024 Ian Finlayson | Licensed under a Creative Commons BY-NC-SA 4.0 License.