match3

Match3 Game

A modern implementation of the classic Match-3 puzzle game, originally created in 2013 and now refactored to TypeScript.

Play the game online

Features

Recent Improvements

Development

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/sanyabeast/match3.git
    cd match3
    
  2. Install dependencies:
    npm install
    
  3. Run development server:
    npm run dev
    
  4. Build for production:
    npm run build
    

Project Structure

How to Play

  1. Swap adjacent gems to create matches of 3 or more identical gems in a row or column
  2. Matched gems will disappear, and new gems will fall from the top
  3. Complete the level by reaching the target score before time runs out
  4. Each level increases in difficulty with more gem colors and higher target scores

License

ISC

Author

sanyabeast