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.
This little game was built using Angular 16.
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.
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.
This project is open to contributions. Feel free to open a pull request or branch from this project.