Endless running game
npm i
npm run start
npm run build
import MiniGame from 'sportscheck-mini-game/dist/js/minigame';
new MiniGame();
The Markup must contain a canvas element with the id minigame
<canvas id='minigame'></canvas>
The CSS for the Splashscreen is not part of the bundle. For example Code have a look into the index.html