mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 10:12:28 +01:00 
			
		
		
		
	Further slow progress.
This commit is contained in:
		@@ -12,13 +12,13 @@ $gameInfo = new GameInfo();
 | 
			
		||||
 | 
			
		||||
$p1 = new Player("Winner");
 | 
			
		||||
$p2 = new Player("Average");
 | 
			
		||||
$p3 = new Player("Looser");
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
$team1 = new Team($p1, $gameInfo->getDefaultRating());
 | 
			
		||||
 | 
			
		||||
$team2 = new Team($p2, $gameInfo->getDefaultRating());
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
for($i = 0; $i < 5; $i++) {
 | 
			
		||||
    echo "Iteration: $i\n";
 | 
			
		||||
    $teams = Teams::concat($team1, $team2);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user