(before, it was glitched up after sharing, with no text showing up. I took care of this, setting the text down into pixels, and fixed some other glitches.) ****************** This is the second version of the hex minesweeper game. I prefer you play this one, since the old one had innaccurate methods of dealing with distributing the mines evenly and to all of the cells. I have fixed a bunch of bugs, including that one. I hope you like this! note: if you have never played the regular minesweeper before, you should before playing this. or maybe this is easier to understand? basically, each cell is a mine, or it has a number which says how many mines there are in all of the adjacent (touching) cells. you must use logic (and maybe some tricks) to solve it. TIP: the top cell is always blank, so if you start there, you have a 0% chance of losing on your first turn.