mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-27 04:08:53 +01:00
29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<link rel="shortcut icon" href="../favicon.png" type="image/png" >
|
|
<link rel="icon" href="../favicon.png" type="image/png" >
|
|
<title>Ebiten example - blocks</title>
|
|
<link rel="stylesheet" href="/stylesheets/bootstrap.min.css">
|
|
<link rel="stylesheet" href="/stylesheets/ebiten.css">
|
|
|
|
<header class="navbar"><div class="container">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand" href="/">Ebiten</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main><div class="container">
|
|
|
|
<h1>Ebiten example - blocks</h1>
|
|
<iframe src="blocks.content.html" width="512" height="480"></iframe>
|
|
<pre><code>// Please read examples/blocks/main.go and examples/blocks/blocks/*.go
|
|
// NOTE: If Gamepad API is available in your browswer, you can use gamepads. Try it out!</code></pre>
|
|
|
|
</div></main>
|
|
|
|
<footer><div class="container">
|
|
<p>© 2013 Hajime Hoshi</p>
|
|
<p>Code is licensed under <a href="https://github.com/hajimehoshi/ebiten/blob/master/LICENSE">Apache License 2.0</a>.</p>
|
|
<p>The content of this page is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">the Creative Commons Attribution 4.0 License</a>.</p>
|
|
</div></footer>
|
|
|