An open API service indexing awesome lists of open source software.

https://github.com/ronanyeah/sat-minesweeper

Stateless Probabilistic Minesweeper
https://github.com/ronanyeah/sat-minesweeper

Last synced: 4 months ago
JSON representation

Stateless Probabilistic Minesweeper

Awesome Lists containing this project

README

          

# Stateless Probabilistic Minesweeper

#### [Live demo](https://sat-minesweeper.netlify.app/)

Image

#### [Project objectives](https://x.com/kostascrypto/status/1940444390255665509)

Image

#### Notes
- The SAT solver is implemented using the Rust crate [varisat](https://docs.rs/varisat/latest/varisat/) - [Code](./common/src/lib.rs)
- The Rust program is provided to the webapp as WASM - [Code](./wasm/src/lib.rs)