Python Processing Ghosts

What are a Ghost's attributes?

several ghosts

Dying to make some MORE ghosts?!

'Tracy the Turtle,' eat your heart out! With Python Processing we are able to animate our ghosts after they are 'constructed!' Yes, we are using classes here and be sure to check out the classes and driver code for the Pythonic sketch via the links below.

Fun fact: if you studied the 'Tracy the Turtle' app you learned about our p5js app for animated ghosts in JavaScript (written by beloved novice James C). We developed Python classes for Disks, Eyeballs and Ghosts and then asked Copilot to take James' JavaScriptsource code and modify it to incorporate our Python classes along with his animation code (now in Python!) and BINGO! Copilot complied with very little interaction on our part. We got the best of both worlds using two different languages to get the Pythonic Processing result you see here!


Pythonic Processing Ghosts

This is Stage 1 of a 'saga' involving making random ghosts with Python Processing