summaryrefslogtreecommitdiffstats
path: root/game.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove leftover debug messageHEADmasterKyle K2011-02-041-2/+0
|
* finalize tiesKyle K2011-02-031-12/+40
|
* gave up on ties...Kyle K2011-02-011-2/+16
|
* got sorting rightKyle K2011-02-011-1/+1
|
* try putting multiple cards to the left using bubble sortKyle K2011-02-011-8/+0
|
* baby stepsKyle K2011-02-011-6/+45
|
* wip :)Kyle K2011-01-311-0/+9
|
* do some more little workKyle K2011-01-311-2/+21
|
* begin implementing determineWinner, fix few thinkosKyle K2011-01-301-10/+62
|
* implement countAndType functionKyle K2011-01-301-36/+120
|
* rework hasTwoPairsKyle K2011-01-301-33/+10
|
* implement evaluation and showing of handsKyle K2011-01-301-0/+166
|
* implement userAI and card discarding methodKyle K2011-01-301-11/+131
|
* work on opponentAI moreKyle K2011-01-291-1/+56
|
* mild refactoringKyle K2011-01-291-18/+27
|
* implement sanity check for High HandKyle K2011-01-291-2/+47
|
* do more error checkingKyle K2011-01-291-9/+53
|
* begun opponentAIKyle K2011-01-291-1/+25
|
* implement discardAndDraw functionKyle K2011-01-291-0/+38
|
* nuke all of DOS control keys, also I made some progressKyle K2011-01-291-2/+86
|
* Initial commitKyle K2011-01-291-0/+195