Skip to content

jrwpatterson/connect4

Repository files navigation

Connect Four

This is a simple implementation of the popular game Connect Four written in React/Redux.

The game uses redux-saga for its in-game workflow.

Developing

To start developing:

npm install
gulp dev

This will start a dev server on http://localhost:8088/

Testing

To run the tests, first make sure you have faucet installed to pretty up your test results:

npm install -g faucet

Then run:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published