Skip to content

Instantly share code, notes, and snippets.

View fueleh's full-sized avatar
🌴
On vacation

fueleh

🌴
On vacation
View GitHub Profile
@fueleh
fueleh / test
Last active November 6, 2018 23:53
minesweaper???
<html>
<body oncontextmenu='return false;' >
<br><br><br>
<label id='status'></label>
<script>
const rows = 4;
const columns = 20;
let mines, remaining, revealed;
let status = document.getElementById('status');