tictactoe Web tictactoe game based on node.js and websocket Installation Clone the repository and install dependencies. git clone https://github.com/juchi/tictactoe.git cd tictactoe npm install Runnning Just run index.js and go to localhost:8080. node index.js