Minesweeper AI - Frontier Algorithm with Visualization
У вашего броузера проблема в совместимости с HTML5
See full blog: https://yujin.cloud/2019/02/06/a-rather-excellent-minesweeper-ai/
This is the Frontier DP technique in action, solving 10 expert minesweeper games. The animations show the order that the frontier moves, so that it can cover all unresolved numbers using a reasonable number of working tiles.
Github: https://github.com/yujinwunz/MineSolver2/