X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fbriskin5%2FObj%2Frules_no_draw.phh;fp=web%2Fbriskin5%2FObj%2Frules_no_draw.phh;h=c5ca0cff108f88fbf9a549c9de30441b7255eb06;hb=c0cc54c9494acf8f43b92a0517d32d38b5006aa0;hp=0000000000000000000000000000000000000000;hpb=302c97f7ac81dfcc6fc8d8d44359f4f432e4618a;p=brisk.git diff --git a/web/briskin5/Obj/rules_no_draw.phh b/web/briskin5/Obj/rules_no_draw.phh new file mode 100644 index 0000000..c5ca0cf --- /dev/null +++ b/web/briskin5/Obj/rules_no_draw.phh @@ -0,0 +1,45 @@ +id = 2; + } + + static function game_result($asta_pnt, $pnt) + { + if ($pnt >= $asta_pnt) + return (1); + else + return (-1); + } + +} // class Rules_no_draw + +?> \ No newline at end of file