Tag
The article shows a 247-byte JavaScript implementation of Minesweeper that runs in a browser, detailing the coding techniques used to achieve such compact size.
Reverse Minesweeper is a logic puzzle game that generates grids with tunable difficulty using a deduction-based solver, offering five tiers from Easy to Insane.
A Minesweeper game featuring raycasted graphics, showcased on Hacker News.
This article demonstrates how to reverse common pseudo-random number generators (such as linear congruential generators, XOR shift, and Flash's RNG), and shows a practical attack by predicting mine positions in a Minesweeper game, emphasizing that ordinary random numbers should not be used in security contexts.