this is a deck of cards. they contain three "suits", fire, water, and ice, and each suit are numbered 1-10. so far, this project has: Initialize: sets up the lists for each deck, hand and discard. Draw Screen: graphically draws each hand. Pick Card: the user clicks on one of the five cards in their hand and picks it to be used for that player. AI pick: the AI (CPU) randomly chooses one of the 5 cards from its hand and sends it up. Compare: both cards are revealed to the other player and the two cards are compared against each other. win/lose: the outcome of the 'duel' is decided. There are animations for a tie and for a victory for either side. Replace Hands: each player's card is sent back to their draw/discard pile and a new random card is picked from it and put back into the deck to put the total back at 5 cards. (The game is planned to be modeled mostly after the Card-Jitsu game on clubpenguin, but probably without colors and stuff) (by the way, I am as of yesterday a Ninja on CP! some of you probably won't care, but I'm saying this for the people like doody who I am convinced will.)