JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

import { Game, Player } from "http://localhost:3000/mazeGame.js";

console.log(Game);
console.log(typeof game === "undefined");

const game = new Game();