Made with Python and Pillow (Python Imaging Library)
View repo


This was a fun foray into image creation through code. Python's PIL is amazing at manipulating images, and the Pillow fork allows it to be even easier to implement.
As well, I was inspired by this project, in which pixel "video game enemies" are randomly generated. Of course, I wanted the images to look much different, so I took the approach of creating "scribbles" through the use of random shape outlines and vectors overlapping each other with random gradient colours. Doing this again with the same colour would create a second similar image to then create the GIFs you see above.
Extending off of this, it was then added to a simple "shotgun" game to truly make it a video game boss, complete with a randomly generated name and quote.