🏍️ Motorcycle Runner - Embeddable Game Demo

What is this?

This page demonstrates how to embed the Motorcycle Runner game into any website with just one line of code.

🎮 How to Play:

📝 How to Embed

Add this single line to your HTML page:

<script src="https://kurtzeborn.net/game/game-embed.js"></script>

That's it! The game will automatically load and users can press SPACEBAR to play.

🎯 Features

🔧 API (Optional)

You can also control the game programmatically:

// Show the game overlay
MotorcycleRunner.show();

// Hide the game overlay
MotorcycleRunner.hide();

// Check version
console.log(MotorcycleRunner.version);

🎮 Game Controls

Desktop:

Mobile:


Now try it! Press SPACEBAR anywhere on this page to launch the game.