{-WETT Version -4.2 Team: Michael Schreier Simon Roßkopf This implementation uses the Alpha-Beta-Search to find the next move. The evaluation heuristic was based on a blog found online. Sources: Evaluation function based on: http://kartikkukreja.wordpress.com/2013/03/30/heuristic-function-for-reversiothello/ http://pastebin.com/XsbX4zKN https://docs.google.com/viewer?a=v&q=cache:jTw8-AIiLT4J:www.cs.washington.edu/education/courses/cse573/04au/Project/mini1/RUSSIA/Final_Paper.pdf+&hl=en&gl=in&pid=bl&srcid=ADGEESj0Uu5_18RXpKD5XpUDDghEHy3AcK2s1B8Nc7TRGg2ZOc3PMwu25wrpU7QMVU2_Q1LEdBW63bw9DuCfiNZy5Yy63-otuqCrICcg8OITB93G9z3NvqjZUnRN4YDbHQlhH5yrpsx4&sig=AHIEtbTNLnl6496wPiyJKMfoqu0YocErdg AlphaBetaSearch: http://en.wikipedia.org/wiki/Alpha%E2%80%93beta_pruning http://de.wikipedia.org/wiki/Alpha-Beta-Suche Errors & Failures: Simon Roßkopf -}