hi,
I have made a mine sweeper game which fully works except for one key point, which is:
Allow the player to place flags on cells to mark mine locations and to remove flags. if a cell is marked with a flag the player can not activate it by clicking on it.
Now I don't know how to do this flag requirement.