tic tac toe games

Download Tic  Tac  Toe Games

If you can't read please download the document

Upload: grace

Post on 09-Jan-2016

147 views

Category:

Documents


5 download

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

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