Skip to content

A simple implementation of the Minesweeper game, with an accompanying ai to assist in solveing the game.

License

Notifications You must be signed in to change notification settings

Kaholaz/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

This is a simple implementation of the Minesweeper game, and an ai to assist solves. The implementation can be played at my website. An explenation for how the algorithm works, can be found in this blog post.

How to run locally

To run locally, one would need to compile the typscript files to javascript files. This can be done with the typescript compiler. Once this program has been installed, run tsc in the root folder. The game can now be played by viewing the index.html file in a web browser.

About

A simple implementation of the Minesweeper game, with an accompanying ai to assist in solveing the game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published