moloch-- / RootTheBox

A Game of Hackers (CTF Scoreboard & Game Manager)
http://root-the-box.com/
Apache License 2.0
939 stars 301 forks source link

Optional Scoreboard #167

Closed stealthsploit closed 6 years ago

stealthsploit commented 6 years ago

For instructional/educational settings, would it be possible to toggle the scoreboard on/off (off being inaccessible to any player) through the admin panel?

eljeffeg commented 6 years ago

This would be easy to do, but I wonder if this would be better done as just an option in the rootthebox.cfg. Since the primary purpose of a CTF is a scoreboard, I just wonder if it would be extra clutter to put it in the GUI.

eljeffeg commented 6 years ago

rootthebox.cfg

# [ Game ]
hide_scoreboard = True
stealthsploit commented 6 years ago

Thanks!