Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 290 Bytes

File metadata and controls

6 lines (5 loc) · 290 Bytes

Minesweeper

Okay, here's how this should work: Tile.py - Tile class holds x, y, and status information Board.py - Board class creates and holds a matrix of Tiles Game.py - Probably doesn't need to be an object (take that, Java) should hold the pygame code and manipulate the Board class.