Revisions for Project 1

This commit is contained in:
2026-04-01 20:30:46 -04:00
parent f0dda78b43
commit 33e75d0529
3 changed files with 22 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
######################################
# DCS 229 -- Unfair Solitaire
# This is the Card.py file, which defines the Card class used in the Solitaire game. The Card class represents a playing card with a suit and value, and includes methods to retrieve the suit and value, as well as a string representation of the card.
# Date: 04/01/2026
# Name: Benjamin Adovasio
# Resources Used: Fran
##########################################
class Card:
"""
Represents a playing card with a suit and value.