Do you miss something on BrainKing.com and would you like to see it here? Post your request into this board! If there is a more specific board for the request, (i.e. game rule changes etc) then it should be posted and discussed on that specific board.
Modificado por mctrivia (26. Marzo 2007, 20:34:38)
nabla: <b>nabla</b>: The absolute simplest way to calculate absolute winner.
x=0; do { maylose=false; y=0; while (y<players && maylose==false) { if x!=y { if player[x].points<player[y].points+player[y].notdone maylose=true; } y++; } x++ } while (x<players && maylose==true) if maylose==false { //player[x-1] is the winner }
It works under the principle that if player x loses all his games and every other player wins all there games and he still beats them then he is definetly the winner.
(ocultar) Si pinchas con el ratón sobre el nombre de una persona y luego picas en Partidas finalizadas entonces tendrás una lista de las partidas que ha completado. Una vez hecho esto, pincha sobre el nombre de un tipo de juego para obtener un resumen de todos estas partidas de este tipo y si pinchas sobre una de ellas podrás visualizar y analizarla. (Servant) (mostrar todos los consejos)