Tuesday, September 28, 2021

More tic

My grasp of Python is just not up to the task; and I need

help to see what the coding paradigm I am trying for might look

like. So tomorrow, back to YouTube:



                                              *     *     *

I did look at a number of tutorials on pygame.



There is a pattern in what needs to be done:
-import pygame
-initiate pygame (so that all operating systems can be accessed)
-design a window with a call call display.set_mode
=one draws with display.flip(' screen') or display.update('items')

No comments: