Skip to content

A fun cat-themed memory game built with React, TypeScript, and Vite. The player(s) flip cards to match cat images/gifs. Powered by TheCatAPI

License

Notifications You must be signed in to change notification settings

tahrijouteyamer/meomatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meoʍatch: Flip & Match the Cats

meomatch_readmepic

Meoʍatch is a cat-themed memory game where players flip cards to match random cat images or gifs. It features local multiplayer for shared fun, score tracking, card shuffling for a fresh challenge each round, and a helpful guide to get started. You can also switch between light and dark themes. Website also works perfectly in mobile devices Meoʍatch

Features

  • 🐱 Cat-Themed Matching: Flip cards to match random cat images and gifs.
  • 👥 Local Multiplayer: Play with a friend in turn-based mode.
  • 🏆 Score Tracking: Keep track of your best scores.
  • 🔄 Shuffle Cards: Shuffle the deck for a fresh start.
  • 🌓 Light/Dark Mode: Toggle between black and white themes for a personalized look.

Getting Started

Prerequisites

  • Node.js (version 12.x or later)
  • npm or yarn

Installation

  1. Clone the repository:

    git clone https://github.com/tahrijouteyamer/meomatch.git
    cd meomatch
  2. Install dependencies:

    npm install
    # OR
    yarn install
  3. Run the project:

    npm run dev
    # OR
    yarn dev

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

Thanks to TheCatAPI for providing the images and gifs used in the game!