This is simple find the mine game. In this gave you will have total 36 card. among then level wise some card hold bombs, some card hold mine (winner), some card are same cards.
Initailly all cards are hidden based on how you open then your scores will update.
Live Demo - The Find Mine Game | CSTradic
- NodeJs which supports React 18.
- Any Browser
- Clone this repo, and unzip it.
- Next step is to install dependancies using
npm install
- After successfully installation you just need to run it using
npm run dev
- For build or testing you can refer vite react doc. (This project build using vite react typescript template)