This board game is available online: http://othellogame.net/revello My focus was on the computer AI. This game has five computer opponents and the champions mode is very powerful, but it's responding fast without making long calculations for the next move! Actually I wanted to develop this game for iOS only, but then I discovered the JavaScriptCore Library by Apple. I was exited, because my JavaScript code in this project works a lot faster than other Othello engines written in C. And the best of all: it can also be used for other platforms! This game is also optimized for mobile devices and I tried my best to create a polished design.