Cut Cards Game

Cut Cards is small game I worked on for my Advanced Programming class. It is a basic card game that compares the user's and computer's randomly generated card.

Click anywhere on the photo below to see an example of how the game works!

Challenges

I was only given some starting code and a UML class diagram at the start of this project. I had never used a class diagram before and it was a fun challenge learning how to read it. I also used javafx for this project to display the cards to the user. Keeping track of the wins was also another somewhat challenging task for this assignment.

Below is a photo of some of the code: