Skip to content

Files

Latest commit

0136143 · Mar 21, 2018

History

History

ija-solitaire

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 21, 2018
Mar 21, 2018

IJA Semester Project

Semester project of the Java Programming Language course of the Brno University of Technology, Faculty of Informational Technologies.

Description

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

Project File Structure

  • 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