bajrangCoder / FlipFusion

A fun and challenging matching card game

Home Page:https://flip-fusion.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlipFusion with SvelteKit

Welcome to the FlipFusion , a Matching Card Game built with SvelteKit! This is a fun and challenging memory game where players need to match pairs of cards with the same symbol or images. The game features: different levels of difficulty, a timer, and a variety of symbols and images to match.

Getting Started

  1. Clone the Repository: Clone this repository to your local machine using Git.

    git clone https://github.com/your-username/matching-card-game.git
    cd matching-card-game
  2. Install Dependencies: Install the project dependencies using npm or yarn.

    npm install
    # or
    yarn install
    # or
    pnpm install
  3. Start the Development Server: Start the development server and run the game locally.

    npm run dev
    # or
    yarn dev
    # or
    pnpm run dev
  4. Access the Game: Open your browser and visit http://localhost:5173 to access the game.

Features

  • Multiple levels of difficulty: Choose from easy, medium, and hard levels.
  • Timer: Keep track of the time left to complete the game.
  • Customizable: You can customize the game settings, such as difficulty levels, modes.
  • Responsive: The game is designed to work on various screen sizes and devices.

Technologies Used

  • SvelteKit
  • HTML, CSS
  • Typescript

License

This project is licensed under the MIT License. Feel free to use and modify the code as needed.

Acknowledgements

About

A fun and challenging matching card game

https://flip-fusion.vercel.app


Languages

Language:Svelte 53.9%Language:TypeScript 37.9%Language:CSS 3.5%Language:JavaScript 2.9%Language:HTML 1.8%