PJ's Puzzles

Clear the daily minefield

About Minesweeper

I've been creating quite a few quirky games of my own design, but I thought it would be good to have a couple of familiar classics.

Minesweeper is one of those simple puzzle games that most people know.
In fact it's so simple and well known, that when I asked my AI coding assistant how it would create a minesweeper game, it basically wrote the whole thing.
There were some tweaks that were required and some funny bugs that needed to be fixed, but this is about as close as I get to an AI generated game.

This raises an interesting question about where the line should be drawn. Minesweeper is such a "solved problem", that for me to hand-code it would be a waste of my time. But in that case, should I not bother including it in my games collection?
Or you can forget the silly questions and just play some minesweeper

In any case, it did still require a lot of changes to make it the game I wanted. Plus it's my site and I'll do what I want!