Semester project of the Java Programming Language course of the Brno University of Technology, Faculty of Informational Technologies.
This project is a collaborative of multiple authors. It is published here with full acknowledgement of all participants.
It was created by a team consisting of me and Jenda Bartoň.
It's a standard game of Solitaire running in the Java Swing
- src
- controller
- SolitaireController.java
- model
- BoardStack.java
- Card.java
- CardStack.java
- DiscardStack.java
- DragStack.java
- DrawStack.java
- SolitaireModel.java
- TargetStack.java
- view
- CardView.java
- SolitaireView.java
- Main.java
- controller