BogdanOlar·2 yıl önce·discussSame, in Rust, just as an exercise to get familiar with GUIs. So I ended implementing it twice, once with `iced`: https://github.com/BogdanOlar/iced-minesweep-rs , and with `egui`: https://github.com/BogdanOlar/egui-minesweep-rs , using the common `minefield-rs` library: https://github.com/BogdanOlar/minefield-rsIt's a really fun exercise, and a good way to practice new skills. Highly recommend it.
It's a really fun exercise, and a good way to practice new skills. Highly recommend it.