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!