nfrankel
return ( playerList.containsAll(listOf(1, 2, 3)) || playerList.containsAll(listOf(1, 4, 7)) || playerList.containsAll(listOf(1, 5, 9)) )