From 10bdcfcdb2ff5be17aa286501f737c049cbab6e1 Mon Sep 17 00:00:00 2001 From: Jason A Cramer Date: Fri, 31 Jan 2020 22:51:22 -0500 Subject: [PATCH] Create salthesnake.html --- salthesnake.html | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 salthesnake.html diff --git a/salthesnake.html b/salthesnake.html new file mode 100644 index 0000000..8c30962 --- /dev/null +++ b/salthesnake.html @@ -0,0 +1,45 @@ + + + + + + +Jason Cramer + +
+ + +
+ +
+

Volleyball Stats - Java - 2019

+ +

+ Download

+

Synopsis

+

+ I played volleyball in high school, and in my senior season many players were complaining that they did not trust our + paper stat sheets. The reason being that handwriting was often bad and recording info was slow which could cause missed stats. + I made this program for the team to use to keep track of stats during games. The user simply presses the name of a player + and then the name of a stat category to register info. If a mistake is made, the user can switch between plus and minus mode. + The user can switch between different sets from the menu, including the total which combines the stats of all played sets. +

+

Code

+

+ Runner.java
+ Menu.java
+ Menu.form
+ Interface.java
+ Interface.form

+



+
+ + +