/TicTacToe

Online browser game written on React

Primary LanguageJavaScript

Multiplayer Tic-Tac-Toe game

Out of date version, see the new at https://github.com/shvedovskiy/redux-universal-tic-tac-toe

Main technologies: NodeJS, React, Socket.io, Express, jQuery, Bootstrap.

Running it!

  1. Check that NodeJS is installed
  2. Grab the server-side dependencies: npm install
  3. Grab the client-side dependencies: bower install
  4. Build the application: gulp
  5. Start server: npm start
  6. Navigate to http://localhost:3000/