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/v1/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/v1/scripts/sdk-ball-in-maze.js";
or
import { Game } from "https://games-sdk.lmg-software-ag.de/v1/scripts/sdk-platform.js";
You may use the unstable development versions by omitting the version path segment "v1/" in the URLs above.
The development versions are served with the "no-cache" directive, so your browser will always load the latest version.