xo-connected

A Tic Tac Toe in multiplayer with Node.js and Socket.io.

Usage no npm install needed!

<script type="module">
  import xoConnected from 'https://cdn.skypack.dev/xo-connected';
</script>

README

XO-connected

A morpion game with Node.js and Socket.io.

Dependencies devDependencies

Demo

CLI

$ npm install xo-connected -g
$ xo

Options

-h, --help                  output usage information

-V, --version               output the version number

-p, --port [number]          specified the port

Server

$ git clone https://github.com/cedced19/xo-connected
$ cd ./xo-connected/dist/
$ npm install --production
$ node xo.js