Skip to content

An infinite, open source Minesweeper, Based on borbit's mienfield.com

Notifications You must be signed in to change notification settings

Zikoat/infinite-minesweeper

Repository files navigation

flag Minefield

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
  • ❤️

About

An infinite, open source Minesweeper, Based on borbit's mienfield.com

Resources

Stars

Watchers

Forks

Packages

No packages published