๐ Match3 is a match-3 puzzle game built with JavaScript and the HTML5 canvas. Swap adjacent emoji tiles to create matches of three or more, trigger cascading combos, and chase high scores across three game modes. It was made for js13kGames 2026, where the theme was Unicorns and Rainbows.
Play the game on:
- Three game modes: Levels, Time Attack, and Endless
- Touch, mouse, and keyboard controls
- Cascading matches with combo multipliers
- Pastel rainbow canvas rendering with particle effects
- Synthesized Web Audio sound effects
- Self-contained build under 13 KB zipped
Clone the repository:
git clone https://github.com/remarkablegames/match3.git
cd match3Install the dependencies:
npm installIn the project directory, you can run:
Runs the app in the development mode.
Open http://127.0.0.1:5173 to view it in the browser.
The page will reload if you make edits.
You will also see any errors in the console.
Builds the app for production to the dist folder.
It correctly bundles in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
Checks the code quality.
Checks for type errors.
Runs the tests.