You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Algorithm to solve Minesweeper, a game where you click buttons with numbers to avoid bombs. The first program written in Rust, so expect some inefficiency.
Algorithm is Solver component, Board component was to create tests for it
About
Algorithm to solve minesweeper, a game where you click buttons with numbers to avoid bombs