I made this program using Python and the JES developing IDE.
Programming turtle movement -- and attempting to create interesting story / animation -- were the main facets of this project. Anything that moves on screen is a built in "turtle," while the audio are sound bits from Star Wars. It should be fairly evident to anyone who has seen the original Star Wars what the story of the animation was following. If you haven't seen it, one set of Rebel turtles (red / gold) are trying to destroy the large gray space station seen in the background (the Death Star). Many turtles go in for the attack, but are warded off by other turtles, those that belong to the Empire (white / blue). A small battle ensues (laser beams are other turtles). The final Empire turtle is taken out by a random gray turtle (this is Darth Vader being shot down by Han Solo). The last Rebel turtle (Luke Skywalker, gold) can now destroy the Death Star with a missle (pink turtle).
It's pretty straightforward. Just give it a watch.