Circle Crawlers spawns a large number of ‘crawlers’ and a smaller number of ‘anomalies’ who each crawl around the screen randomly. The large anomalies move slow and thus never get too far away from the center. The smaller crawlers can move faster and can break away from the center but always die before [...]
Spawn Object
Wednesday, January 30, 2008
I was learning how to properly use objects and classes. Here there is a base class “Bug” and a class to extend it called “Crawler.” Class Bug is never directly called, I had planned on using it in the future, but never did. Also, I figured out how to use fonts for [...]
