Y
Hacker News
new
|
ask
|
show
|
jobs
by
darthg0d
705 days ago
Ditto. I did the same with GoLang a couple of years back, but didn't aim for clean/terse code:
https://github.com/jedib0t/go-mines
1 comments
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.
link
It's a really fun exercise, and a good way to practice new skills. Highly recommend it.