JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
JavaScript
import { Game, Player } from "http://localhost:3000/mazeGame.js";
console.log(game);
const game = new Game();
by Josh Pullen
import { Game, Player } from "http://localhost:3000/mazeGame.js";
console.log(game);
const game = new Game();