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.
- Node.JS (for npm)
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)
- 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!