Skip to content

LachTrip/PokerHandSorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

PokerHandSorter

A simple command-line program that takes a stream of hands for a two-player poker game, and prints the number of hands won by each player.

Currently there is no error detection. The program assumes no duplicate cards or jokers. Ace's are high only.

Installation

Download jar file from releases and you're ready to go!

Usage

Navigate to directory with Poker.jar and use commands:

Windows (Command Prompt)

To use command line for input:

java -jar Poker.jar

To use a txt file as input:

java -jar Poker.jar < PATH_TO_FILE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages