is to use the 6 analog input pins as buzzer inputs
I wouldn't do this, because it would be hard to convince a knowledgable contestant that this was fair.
To read the analogue inputs takes a finite amount of time, because there is only one shared A/D converter.
Use digital inputs instead, and use direct port manipulation to read them.