© 2023 Hashnode
#minesweeper
Following up on my last article on building the minesweeper game we will now create the UI for the game. First, we will do some cleaning to make the code more readable in the future. We will move the …
For the next exercise, I want to create the classic game MineSweeper in Rust. Microsoft MineSweeper was included in Windows 3.11 and was a copy of another game Mined-Out. You can check the wiki page h…