Skip to content

Ruivalim/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper

Sumary

This project has the only purpose of practicing JavaScript, and IA Skills.

Everyone knows what minesweeper is, my objective here is first develop a functional implementation of the game with JavaScript, latter on start development of IA to solve it. Starting with classic IA based on algorithm, then creating a machine learning to solve it.

See example

To Do List

Game

  • Generate GRID
  • Fill tiles with bombs
  • Fill tiles with hints
  • Stylize tiles
  • Clicked tiles to open
  • Open white spaces
  • Mark tile with flag
  • Winning/Defeating behaviour

Classic IA with Algorithm

IA with Machine Learning

About

Minesweeper implementation in JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published