[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/DevChatter/MineSweeper-JavaScript/main/app.js [Back]  [Original]

import { Game } from "./game.js";

const game = new Game(10, 10, 10, '#grid');


Web Proxy Viewer  |  New URL  |  Original Page