Stephan E.G. Veenstraseg.veenstra.dev·Nov 2, 2024My October Challenge: Building and Releasing Minesweeper HexLast month, I set myself a new challenge: to build and release a small app from scratch within a month. This decision came after a realization I had while working on my previous project. That project had so many uncertainties and things left to do th...180 readshexagon
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...1 like·166 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...58 likes·576 readsrust lang