Skip to content

jgpaiva/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper in the browser

This project is a minesweeper built with rust, wasm and yew. It started with the goal of becoming a complete solver for minesweeper in the CLI, but ended up becoming a complete game + basic solver library with a browser and a CLI frontend.

Demo

You can play the WASM version online here.

How to run localy

After installing rust and cargo, run wasm-pack build --dev --target web. After this, start a server on the local folder (e.g. python3 -m http.server) and check it out on your favourite browser.

Example output

demo output

About

Minesweeper built with rust, yew and web assembly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published