Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 952 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 952 Bytes

Match-3 Game (CSS) 🎨

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

match-3-demo

Built Using

  • React
  • SCSS
  • Webpack

Build Instructions

  1. Download or clone the repo locally
  2. Navigate to the project folder in your CLI
  3. npm install to install local dependencies

...for development

  1. npm run build-dev to start a hot-reloading webpack-dev-server

NOTE: Any changes to /src/ will trigger a hot reload

...for production

  1. npm run build-prod to compile everything down and output to /dist/
  2. Upload the static contents of this /dist/ folder to your server of choice

Happy matchin'! 👉😉👉