react-connect4 icon indicating copy to clipboard operation
react-connect4 copied to clipboard

Connect 4 game implemented in React

Build Status bitHound Score

#Connect 4 game implemented in React

Pre-requirements

  • node & npm
  • Have gulp installed (version >= 3.9) npm i gulp -g

To get started

This step is very difficult, so play close attention.

  1. cd into your project directory
  2. run npm install
  3. run gulp
  4. that's it, I was just kidding about the difficult part :)

Run tests

In order to run tests, simply run npm test

Ran into problems, or have any suggestions?

Ping me on twitter @hashtagserg or open an issue.

Please keep in mind that the sole purpose of this project is to practice (and learn) my skills in ReactJS, please be kind :)

===

react-connect4