infinite-minesweeper
infinite-minesweeper copied to clipboard
An infinite, open source Minesweeper, Based on borbit's mienfield.com
Minefield Resurrected
An infinite, open source, Minesweeper. Based on borbit's mienfield.com
Play the game at Zikoat.github.io
and join our Discord
Getting started with development
Prerequisites
Install nodejs
Installing
clone the git repository to your computer, from a git GUI, 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
Starting the development environment
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.
Deploying
npm run build
The files will be built to the ./dist directory. Copy these files to your hosting platform
Made With
- Pixi.js
- TypeScript
- ~~Webpack~~ bun
- GreenSock
- :heart: