Please conform to the following format when completing your A1.implementation.
I assume you will upload a single ZIP file which contains all of your classes. Make sure you upload the source code and not just the compiled *.class files. The safest thing to do is to export your entire Project into a single .ZIP file which you upload
All Java class that you submit must conform to the JavaDoc documentation standard.
The TAs will test your solitaire variation by submitting the Test cases from A1.correctness and they will also validate that it conforms to the rules of the game.
Please take advantage of the many examples in the SolitairePluginTutorial project and StandAlone.