项目作者: neonrights

项目描述 :
Minesweeper solvers
高级语言: Python
项目地址: git://github.com/neonrights/swinemeeper.git
创建时间: 2018-05-03T22:39:23Z
项目社区:https://github.com/neonrights/swinemeeper

开源协议:

下载


Code repository for minesweeper solver created for final project of CS261A: Problem Solving and Search taught by UCLA professor Richard Korf. The solver works by treating minesweeper as a constraint satisfaction problem where each space is a boolean variable where 0 is a clear space and 1 contains a bomb.

For more information please read the paper available under article\minesweeper.pdf.

If you use this repository or paper please cite me :)

  1. @article{Farn2018
  2. author = {Farn, Nicholas},
  3. title = {Optimal Solvers for Minesweeper},
  4. url = {\url{https://github.com/neonrights/swinemeeper}},
  5. year = {2018},
  6. notes = {student project}
  7. }