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, (report) => {
	try { report(Game) } catch(e) {}, Player, game });

const game = new Game();