Open danielcasto opened 2 years ago
Setup Pygame such that it takes in an array of pixels and draws those pixels on the screen. Do this is the main function in main.py.
Make sure to test what happens when you resize the screen while graphics are displayed.
Setup Pygame such that it takes in an array of pixels and draws those pixels on the screen. Do this is the main function in main.py.