Format for A1.Implementation [READY]

Please conform to the following format when completing your A1.implementation.

Formatting

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

Documentation

All Java class that you submit must conform to the JavaDoc documentation standard.

Execution

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.

 

End-Notes

Please take advantage of the many examples in the SolitairePluginTutorial project and StandAlone.