Skip to content

Java Card Game - Strategy for the game is included in read me section.

Notifications You must be signed in to change notification settings

riteshthapa/cardGame_dataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cardGame_dataStructure

Game Strategy

READ ME!

Short write-up describing the strategy that you used for bidding and deciding whether to play or not.

Ritesh Thapa - 04/20/2018

||Strategy for bidding||

If there is joker card in hand, add bid by 1 (i.e: JOKER == 100% chance to win 1 bid) otherwise add bid with winning probability of 70%, 50%, 30% ...for Ace, King, Queen and likewise.


||Strategy for deciding whether to play or not||

if bid is greater than 0, then chooses to play anyhow. if bid is 0 or is passed but if there is maximum number of trump cards in hand, player chooses to play. if bid is 0 and trump cards are less than others, then player chooses not to play.

END

About

Java Card Game - Strategy for the game is included in read me section.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages