JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

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

// __reportValuesBeforeStatement(5, 5, { Game, Player, game });

__reportValuesBeforeStatement(5, 5, (r) => {
	try { r("Game", Game) } catch(e) {}
  try { r("Player", Player) } catch(e) {}
  try { r("game", game) } catch(e) {}
});

const game = new Game();