Skip to content

jscriptcoder/tictactoe-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe and Redux architecture

This is my first attempt to implement a redux application, and nothing better than this paper-and-pencil game, TicTacToe, to do so :-P.

The game is written in TypeScript using ES6 Module System, built with Webpack, and has RxJS and Redux as main dependencies.

Click here for demo

Download source

Open a terminal or command line and run following commands:

$ git clone https://github.com/jscriptcoder/tictactoe-redux.git
$ cd tictactoe-redux

##Installing and running

$ npm install
$ npm run start

Open http://localhost:8080/webpack-dev-server/ and have fun :-)

About

Tictactoe game using redux architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published