shawnHartsell / c4-js

A very simple Connect Four clone using React and Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c4-js

A simple client-side Connect Four clone using ES6, React, Redux, and Webpack. This project serves as a reference implementation and will not be actively maintained.

Depedencies

  • Node.JS (for npm)

How to run

  • npm install
  • npm run dev -> starts the app via webpack dev server

client code is bundled and put in ./dist (refer to webpack.config.js)

How to play

  • choose the size the grid
  • make moves anywhere on the grid and try to get 4 in a row
    • the "no physics" feature was made at the request of my target audience i.e. my 5 year old :D

Have Fun!

About

A very simple Connect Four clone using React and Redux

License:MIT License


Languages

Language:JavaScript 96.7%Language:CSS 1.8%Language:HTML 1.5%