Tic Tac Toe Games

download Tic  Tac  Toe Games

If you can't read please download the document

description

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 - PowerPoint PPT Presentation

Transcript of Tic Tac Toe Games

  • Final results

  • A mix of AI, game design and software development and improvementIntense problem solvingResearching methods What works?What doesnt work?

  • 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)

  • 1st Place CHAMPION! 2nd Place - Runner-up3rd 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!