Card Play Game is a web application. You should find pairs of matching cards in at least number of steps.
Implemented by HTML, JavaScript and CSS. The svg files of deck of cards are obtained from Wikipedia
Demo: Let's play :)
The application requires nodejs. You should install these before running command below. Use the package manager to install dependencies for running server.
npm install
To run server :
npm run serve
Server will be run on 8080 port.