Coder Social home page Coder Social logo

tic-tac-toe's Introduction

Tic tac toe

Install

To install, please execute this command:

npm install

Run

To run this application, install it and then run these commands (in separate terminal windows):

npm run build

webpack-dev-server

Application runs on localhost:8080

In the case of trouble, try to run npm install -g webpack-dev-server and then try to run npm run webpack again.

Reducers

Master reducer in reducers/index.js is deciding what reducer function should be applied. In this simple example, it calls only functions from gameReducer.js

Epics

This application uses redux-observable library (https://github.com/redux-observable/redux-observable). It uses epics for chaining actions and util functions in order to finish one move of the player. First, it places a mark on the board, then checks if the game finished and according to that it runs next action. See epics/placeMarkEpic.js.

Unit tests

You can check reducers/gameReducer.spec.js to see an example of unit testing. Since this is only a demo application, I have not covered the whole application. But it is something that is in a TODO list.

To run tests, please execute this command:

npm run test

tic-tac-toe's People

Contributors

verca avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.