minesweeper icon indicating copy to clipboard operation
minesweeper copied to clipboard

Minesweeper game developed with Rust, WebAssembly (Wasm), and Canvas

Results 1 minesweeper issues
Sort by recently updated
recently updated
newest added

I suggest reworking the Vec that holds cells in the board from `cells: Vec` to `cells: Vec` and implementing an index calculating method, something like: ``` fn get_index(&self, i: u32,...