An infinite, open source, Minesweeper. Based on borbit's mienfield.com
Play the game at Zikoat.github.io
and join our Discord
If you need help with using installation or using the source, message me on the Discord server
Install nodejs
clone the git repository to your computer, from a git IDE, or with the console.
open your terminal, and change your directory to the cloned folder
cd infinite-minesweeper
and run
npm install
to install the required dependencies
npm start
npm start will open a new tab in your browser, showing you a new field. gameplay is the same as mienfield.com, but works locally and is not multiplayer. The files in your repository are being watched, and the site is getting reloaded automatically when you change a file.
npm run build
The files will be built to the ./dist directory. Copy these files to your hosting platform
- Pixi.js
- Webpack
