banaandrew

minesweeper

Jul 12th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ok guys this is what we need
  2. feel free to add stuff
  3.  
  4. board:
  5. - 2d array
  6.  
  7. methods:
  8. - checkTile
  9. * checks if the tile is empty, a bomb, or flagged
  10. - displayTile
  11. * displays if a tile is empty, a bomb, has a number, or is flagged
  12. - checkArea
  13. * scans a tile's 8 tile radius for bombs
Add Comment
Please, Sign In to add comment