Skip to content

chrisstonedev/mine-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mine Finder

This is a Minesweeper clone written in TypeScript that can be played on the web as well as built for the desktop using Electron.

Development

To build this project, run the following commands:

$ npm install
$ npm run build

This will create the distribution files in the /dist folder. These can be deployed to run the game in a website.

To play the game in a desktop window, run npm start.

About

Creating a Minesweeper game using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published