Jesper Bisgaardthoughtby.me·Oct 5, 2022Create Minesweeper UIFollowing 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 MineSweeper struct and implementation into its own...Discuss·1 like·149 readsMinesweeper
Jesper Bisgaardthoughtby.me·Sep 6, 2022FeaturedCreate MineSweeper in RustFor 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 here. Credit due, much of this is based on this vid...Erin Haynes and 1 other are discussing this2 people are discussing thisDiscuss·58 likes·573 readsrust lang