LMG Games Framework

To use this framework, include the following styles in your HTML file:
<link rel="stylesheet" type="text/css" href="https://games-sdk.lmg-software-ag.de/styles/base.css">

Then, include the Game class of your chosen SDK into your main module:
import { Game } from "https://games-sdk.lmg-software-ag.de/scripts/sdk-ball-in-maze.js";
or
import { Game } from "https://games-sdk.lmg-software-ag.de/scripts/sdk-platform.js";

Inspect the Game class for details on how to set up and run your game.