JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

JavaScript

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

function test(a) {
try {
	console.log(a);
} catch (err) {
	
}
}

test(game);

const game = new Game();