Skip to content
/ War Public

A simple implementation of the card game "War"

Notifications You must be signed in to change notification settings

alyzadiaz/War

Repository files navigation

War

An simple implementation of the card game "War" using JavaFX.

This game uses a linked list structure to create a pile for its deck and player hand. Enumerations are used to keep track of the rank and suit of the cards themselves.

Downloading and running War.exe may prompt a security warning.