AtomicScala / atomic-scala-corrections

Find out about or report corrections for the book "Atomic Scala"
http://www.atomicscala.com
6 stars 2 forks source link

Atom "Summary 2", exercise 8 #56

Open waij opened 7 years ago

waij commented 7 years ago

In atom Summary 2, exercise 8, we have to Add a method to TicTacToe.scala that determines if there is a winner or if the game is a draw. Your example solution only checks for a winner. Additionally, your solution uses a Parameterized Type for Vector, which you have not explained yet.