Roll-up, folks, for that classic bit of mindless addition - a match-3 game! Points scale exponentially with your chain-size, so be sure to fit as many colours side-by-side as possible!
Play it here
- React
- SCSS
- Webpack
- Download or clone the repo locally
- Navigate to the project folder in your CLI
npm install
to install local dependencies
npm run build-dev
to start a hot-reloading webpack-dev-server
NOTE: Any changes to
/src/
will trigger a hot reload
npm run build-prod
to compile everything down and output to/dist/
- Upload the static contents of this
/dist/
folder to your server of choice
Happy matchin'! 👉😉👉