Minesweeper Clone
The classic minesweeper game is one of my favorite games! Like who doesn't like 'Minesweeper' ? So I was learning React nowadays and I wanted to give it a try by making a small project.
So I took this challenge! And made the whole game with a completely new UI in three days. I really had fun doing it! I hope you all will have a good time playing it. Looking forward to hear from you all.
I am sorry as the game only supports Laptop screens as of now.
As the project is available on Github, here is the link.
Status | Released |
Platforms | HTML5 |
Author | Vedang Javdekar |
Genre | Puzzle |
Tags | 2D, minesweeper, Minimalist, reactjs, Retro, Singleplayer |
Comments
Log in with itch.io to leave a comment.
Any tricks for getting ReactJS to show as an embed in itch? When I upload the result of my `yarn build` step as a zip, itch accepts it, but I get a blank screen when trying to play the game.
Sorry for late reply, but I made this project on codesandbox.io and then deployed to netlify, you can do that manually as well. Then I embedded it using <iframe></iframe>. You can check the itch-upload branch on the github repository for the project.
All the best!