Skip to content

This program has three card games (Crazy 8's, Go Fish and War) using Java

Notifications You must be signed in to change notification settings

wanger26/CardCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Card City

Description

This program allows a user to play against an Artifical Oppoenent in a game of Go Fish, Crazy Eight's or War.

Motivation

I created this project to create an application that allows users to play one of three cards of their choice against an aritfical opponenent. In addition, I wanted to test my ability to create code that deals with the compelxity of card games programs while also reusing as much code as possible.

Build Status

Finished with no plan to expand at this time.

Navigation

The app was created using Eclipse. Hence, the Java files can be found in CardCity/src/.

Style

When reading the code you will immediately notice the app was created with an object orientated approach that provides encapsulation of objects like Card, BackImage, and PlayingStackofCards to name a few. In addition, multiple data structures such as queues and stacks were used.

Installation

You can install the app by pulling the file and running it through eclipse or running CardCity.jar

About

This program has three card games (Crazy 8's, Go Fish and War) using Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages