The build.xml jar target is broken and does not generate a jar file. The jar file that is produced should be able to run separately from the project. For additional specification, please see #7.
Also make sure that the jar file is removed by the "clean" target in build.xml.
As part of this, please also make the "run" target work on both Linux and Windows. Java is designed to be, as much as possible, a platform-independent language. Making this game run on windows requires a very minor change but could be very helpful for future students.
The build.xml jar target is broken and does not generate a jar file. The jar file that is produced should be able to run separately from the project. For additional specification, please see #7. Also make sure that the jar file is removed by the "clean" target in build.xml.
As part of this, please also make the "run" target work on both Linux and Windows. Java is designed to be, as much as possible, a platform-independent language. Making this game run on windows requires a very minor change but could be very helpful for future students.