Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 599 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 599 Bytes

Rusty Minesweeper

This is a simple minesweeper game written in Rust and brought to web with WebAssembly.

The game logic is written in Rust, compiled to WebAssembly and to Javascript bindings with wasm-bindgen. You can see the Rust code in src/model.rs file and autogenerated WebAssembly code and Javascript bindings in pkg directory.

The game is rendered with HTML mostly generated with simple vanilla Javascript code in /frontend/index.js file and styled with CSS.

You can play the game here.