Skip to content

The Card Game Simulator is a Java console app that shuffles a 52-card deck, deals to 4 players, and determines a winner based on matching ranks. In case of a tie, higher card values decide the winner. This project demonstrates Java skills in collections, control structures, and logic for building interactive applications.

Notifications You must be signed in to change notification settings

Bellazb/card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card Game Simulator

The Card Game Simulator is a Java console app that shuffles a 52-card deck, deals to 4 players, and determines a winner based on matching ranks. In case of a tie, higher card values decide the winner. This project demonstrates Java skills in collections, control structures, and logic for building interactive applications.

About

The Card Game Simulator is a Java console app that shuffles a 52-card deck, deals to 4 players, and determines a winner based on matching ranks. In case of a tie, higher card values decide the winner. This project demonstrates Java skills in collections, control structures, and logic for building interactive applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages