yeah, c++ is fun, time consuming though, at least for me it is. I am going to Michigan State University. Right now we are programming a card game called Jumble Jack (a variant of solitaire, as our instructors describe it).
http://www.cse.msu.edu/~cse231/Projects/project08.exe
enjoy. Try to select a series of cards that adds up to exactly 21. 2-10 equal their corresponding number values. Face cards except an ace all equal 10, Ace equals 11 when your running total is less than 11, and one thereafter. Once you select an initial pile, you can only select a neighboring pile. Repeat sequences are not allowed. And, you select a pile by their corresponding index (0-15) as shown in the "names of all the piles" matrix. Have fun
__________________
Long messages do not equal aggravation of any sort,
rather they reflect nothing more than a response of insight
that should always be read in a matter-of-fact tone.
"Those womyn that seek equality with men, lack determination."
"I beseech you, in the bowels of Christ, think it possible you may be wrong."
-Cromwell
Last edited by PsychoSnowman on 11-10-2003 at 04:54 AM
|