Classic Minesweeper coded in JavaScript. Features a board of adjustable size with an adjustable number of tiles. Takes inputs from left and right click. Recursive algorithm used to discover adjacent tiles when a non-number, non-mine tile is uncovered.