tsauvajon / othello

React.js othello app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

React.js othello app


Languages

Language:JavaScript 69.3%Language:HTML 16.5%Language:CSS 14.2%