Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 538 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 538 Bytes

tic-tac-toe

This is React/Redux implementation of "tic-tac-toe" game. Board of 3x3 allows a user to add “x”s and “o”s. If either “x” or “o” manage to form a line of three, the winner would be displayed. Button "Start new game?" would be displayed once the game has ended.

Setup

Install Nodejs. From command line run commands one-by-one:

  • npm install babel webpack webpack-dev-server -g
  • npm install babel-loader babel-core babel-preset-es2015 babel-preset-react
  • npm install

Run npm to start server application.