90 likes | 279 Views
Tic Tac Toe Games. Final results. Contest Objectives. A mix of AI, game design and software development and improvement Intense problem solving Researching methods What works? What doesn’t work?. Normalizing the Score. Designed to reflect the fair performance of a team
E N D
Tic Tac Toe Games Final results
Contest Objectives • A mix of AI, game design and software development and improvement • Intense problem solving • Researching methods • What works? • What doesn’t work?
Normalizing the Score • Designed to reflect the fair performance of a team • Rank[i,j] = Sqrt( clamp(raw[i,j]-raw[j,i], 0, 100) ) • Score(p) = Sum(Rank[p,i], i=1..n)
Winners • 1st Place – CHAMPION! • 2nd Place - Runner-up • 3rd Place - Finished 3rd • Over 5,000 games were played! • However, remember, while winning is sweet, a participation is equally important, so congratulations to all teams for playing!