Skip to content

svaibhav07codez/Poker-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Poker-in-Java

Poker game implementation using Java

Class names: 1)interface cards: holds all the suits and number of the card 2)class card implements cards: string that holds the combination of suits and number 3)class player extends card hold information about a particular player such as , but not limited to amount,wins , his hand, and information about wether he raised or pass 4)class gamecard extends card holds all the gamecards,in poker , there are 5 gamecards 5)public class Main: has many static functions which can be used to find who has a better hand , this also has the public static void main

oops concepts involed: the oops concepts that we have seen here are inheritance, exception handeling and data encapsulation

About

Poker game implementation using Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages