Y
Hacker News
new
|
ask
|
show
|
jobs
by
BogdanOlar
705 days ago
Same, 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-rs
It's a really fun exercise, and a good way to practice new skills. Highly recommend it.