initial game from patrick

This commit is contained in:
sageTheDM 2025-01-04 21:58:26 +01:00
parent 7c59b49e18
commit bfdab37fcd
2 changed files with 156 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Minesweeper</title>
</head>
<body>
<canvas id="game"></canvas>
<script src="script.js"></script>
</body>
</html>