#React Othello Othello (also called Reversi) is a strategic 2 players game, where the goal is to have more pawns than your opponent at the end of the game. This application was made with React. It is currently only playable by taking turns on the same computer / same page. I'm also building a WebSocket multiplayer version of this application, using (mainly) NodeJS, socket.io and React.
##Try it : Click here
##Getting started Clone the repository and then run
# npm install
# npm start