diff --git a/packages/mcp/bin/scoreboard b/packages/mcp/bin/scoreboard
index 6440c7a..a44b6f3 100755
--- a/packages/mcp/bin/scoreboard
+++ b/packages/mcp/bin/scoreboard
@@ -30,221 +30,138 @@ function escape(s) {
return s
}
-function print_bar(cat, teamid, teamname, n, d) {
- printf("
\n" \
- " %s: %s\n" \
- "
",
- teamid,
- 100 * n / d,
- teamid,
- teamid,
- cat, escape(name), n)
+function head() {
+ print ""
+ print "Project 2 Scoreboard"
+ print ""
+ print ""
+ print ""
+ print ""
}
-function output( t, c) {
- for (t in teams) {
- score = 0;
- for (c in points_by_cat) {
- if (points_by_cat[c] > 0) {
- score += points_by_cat_team[c, t] / points_by_cat[c];
- }
- }
- if (score > maxscore) {
- maxscore = score
- }
- if (score > maxscores_by_team[t]) {
- maxscores_by_team[t] = score
- }
- scores_by_team_time[t, lasttime] = score
- }
- timestamps[tslen++] = lasttime
+function foot() {
+
+
+ print "
"
+ print " "
+ print "Project 2
"
+ print "A CTF for people with limited time/patience/self-confidence.
"
+ print "Plug in ethernet at this table, download puzzles, go think.
"
+ print "http://10.0.0.2/
"
+ print "Use the terminal to claim points when you've figured something out.
"
+ print "
"
+ print " "
+ print "