A friend and I have been playing Chess recently (neither of us are very good) and we decided we could use a chess clock to make the games faster and more stressful. We decided to make a game of it and see who could program a rudimentary (but working) chess clock. Here’s mine.
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 [...]
