Skip to content

A program used to practice Euchre hands with computer players

Notifications You must be signed in to change notification settings

TScottLUC/EuchreHand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This repository contains a Java program that is used to play a hand of Euchre with 1 human and 3 computer players. It is intended to be used to practice Euchre hands when one does not have players to play with. It consists of 4 Java classes:

  • EuchreCard: Contains card information (Rank and Suit) and holds card values for gameplay
  • EuchreDeck: Used to create and manipulate a deck of cards for Euchre
  • Player: Holds information pertaining to each player in the Euchre game, such as name, team, and whether they are human.
  • EuchreHand: Main class of the program that uses the other classes and built-in private methods to simulate a hand of Euchre.

About

A program used to practice Euchre hands with computer players

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages