Skip to content

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

39 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages