The first ever Minesweeper game on the bitcoin network!
Live demo on Mainnet: https://www.bsv-minesweeper.makadev.com/
Video preview: https://drive.google.com/file/d/1gpGTHaSboi-gprz5XBhKI5VsZgO6DhNw/view?usp=sharing
Information:
- Each mine in the game is a NFT (non fungible token).
- A fee of 0.005 BSV will be charged when the game starts.
- If the player wins, 0.00450 BSV will be rewarded by the mines.
- If the player loses, 0.00450 BSV will be shared between the mines.
To run on development server.
First, download this repository then:
npm install
You will need a .env.local I've given this file to niv. Put this file in the project folder then run this command.
npm run dev
# or
yarn dev