Skip to content

saitonakamura/minesweeper-test-task

Repository files navigation

Minesweeper test task

What was done

What could be done better

  • There's a bug in mines distribution, there's a chance amount won't be exact
  • Core logic uses immutable appoarch which is great for debugging, but perfomance can be improved if we'll use mutable data
  • Using single array (instead of native multidimensional arr[][]) on the other hand may be error prone and more cumbersome to support

Possible improvements

  • Better overall design
  • Win/lose screens that show mines locations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published