/card-games

Project to implement basic card games, such as blackjack.

Primary LanguageJava

PROJECT TITLE: Card Games Case Study

PURPOSE OF PROJECT: Implement basic card games in Java, including Blackjack and War.

VERSION or DATE: 7/6/2018

AUTHORS: Travis Langston

DESCRIPTION: This project was done for a high school AP Computer Science class. Uses the basic Card and Deck classes from the Elevens project from CollegeBoard. Instructions for these classes are found in elevens-lab-student-guide.pdf. Using these classes, implemented several basic card games in Java.