This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import scala.util.parsing.combinator.JavaTokenParsers | |
import scala.util.Try | |
/* | |
* Compiles only with 2.10 | |
*/ | |
object Othello extends App with InputHandler { | |
private[this] var game = Game.empty |