Entering these chapter notes is a huge chore, but I’m confident that it helps my understanding of and my retention to type them out. This chapter introduced drawing lines, rectangles, circles, arcs, fonts, and some other stuff…
main() Functionif __name__ == "__main__":
main()
pygame.quit()
pygame.draw.line()pygame.draw.rect()pygame.draw.circle()pygame.draw.arc()pygame.draw.ellipse()pygame.draw.lines()pygame.draw.aaline()imageHandle = pygame.image.load("IMAGE.JPG")[convert tip again (possibly import to IDE? put in project dir?)]
pygame.image.save(Surface, "IMAGE.GIF")Font object from System- or Custom- Font[I cheated … but made cooler tool anyway.]
[Won’t do.]