chrisnienart / Minesweeper

Build out a minesweeper game with game play options and top score tracking
MIT License
0 stars 0 forks source link

Encode starting game position #15

Closed chrisnienart closed 2 days ago

chrisnienart commented 2 weeks ago

Add a function that will store the board size and where mines are located. Preference is to encode the information in a single object.