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.

Comments

Log in with itch.io to leave a comment.

I CANT PLAY! THE LINK IS BROKEN!

Hey sorry for late reply, I used to host this project on netlify, but not sure what happened to it over time, it just is not there anymore it seems.

You can always play this locally with minimal setup(will need a python server I believe) if you are up for it. The source code was always available:

https://github.com/vedangjavdekar/react-minesweeper-clone

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!