Chuck Martin's CNIT 133 Home Page

And heeeere's my class project, a Blackjack game!

My final project, while working almost flawlessly, was not feature complete. (Which, as I understand it, is the point of "agile," to get something out there quickly and then finish it later.) So I'm continuing to work on completing the Blackjack game take 2 (which may or may not function when you look at it depending on the state of its code). Besides trying to "object-ify" more of the code, this version is using a set to represent a deck of cards, rather than an array.

To cap everything, the final exam. The instructions are in this PDF. And I was able to take some of the work I did for the class project and incorporate it into the code I wrote.