Airmime / flip-card-game

🎮 Simple flip card game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flip Card Game

Description

This is a simple flip card game. The game is played by clicking on a card to flip it over and reveal the image. The goal is to match all the cards with their corresponding image. The game is won when all the cards are matched.

Technologies

This little game was built using Angular 16.

Installation

To install this game, clone the repository and run npm install to install the dependencies. Then run ng serve to start the server. Navigate to http://localhost:4200/ to play the game.

It's also possible to build the game using ng build and then serve the files from the dist/ directory.

Usage

The game is played by clicking on a card to flip it over and reveal the image. The goal is to match all the cards with their corresponding image. The game is won when all the cards are matched.

Contributing

This project is open to contributions. Feel free to open a pull request or branch from this project.

About

🎮 Simple flip card game

License:MIT License


Languages

Language:SCSS 62.7%Language:TypeScript 28.3%Language:HTML 9.0%