Skip to content

vmaksym/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published