Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 388 Bytes

card-game

This program is the prove assignment for Unit 2 for CSE 220. There are a couple of cs file working in diferrent function.

Program.cs: This program will generate new director and calling the StartGame method.

Director.cs: This program will generate new card and instruct the program on their status.

Card.cs: This program will generate the card attribute and a Draw method.