A GUI application for manually timing and scoring ICPC-style practice contests.
This is a GUI Application built using Java Swing that can be used to manually record submissions and automatically evaluate ICPC-style time penalty. The interface provides multiple panels including a real-time contest timer, an ICPC-style dynamic scorecard and a submission history tracker.
- Java Runtime Environment (JRE) version 1.8.0 or above
- Download the latest release (v0.1) files and save them anywhere on your local machine
- Double-click on the file 'icpc-scorer.jar' and the program should launch
- Open a terminal window in the directory containing 'icpc-scorer.jar'
- Run the command
java -jar icpc-scorer.jar
- 0.1
- Initial Release
This project is licensed under the GNU General Public License v3.0 License - see the LICENSE.md file for details