Gamifying learning CS and making the topic fun to grasp. To play, download the ZIP of the repo and run main.exe in the Releases folder.
Dev notes:
- when loading images, we use .convert.alpha() function to convert the image into the format pygame prefers - just improves performance
- surfaces in pygame are like layers in photoshop - they're empty as first, but can be filled w anything