Files
NiceBaseball/index.html
2022-02-15 01:41:46 +08:00

45 lines
1.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<title>好棒 NiceBaseball by NiceChord+</title>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css">
<script src="p5.min.js"></script>
<script src="p5.sound.min.js"></script>
<script src="webmidi.js"></script>
<script src="sketch.js"></script>
</head>
<body>
<div id="main">
<div class="center">
<h3>好棒 NiceBaseball</h3>
by Wiwi Kuan (NiceChord+)
<div id="sketch-holder">
<!-- Our sketch will go here! -->
</div>
</div>
<div id="controls" class="center">
<div><h5>選擇 MIDI 裝置</h5>
<input id="slider" type="range" min="0" max="0" value="0">
<div id="device">Select Input: </div>
</div>
<br />
<div id="description"><h5>說明</h5>
<div class="left">
使用 WebMIDI 技術,只支援 Brave 和 Google Chrome開始前請用滑鼠按一下視窗。<br /><br />
用上面的滑桿選擇一個 MIDI 裝置。<br /><br />
<b>投手:</b>用 C#5 和 D#5 左右移動,同時彈下 C5-E5-G5 來投球,按下的力度和時間差會影響球路哦!<br /><br />
<b>打者:</b>彈下 C3 來揮棒。<br /><br />
<b>其他:</b>C4 把球丟回給投手C2 重設全部分數。<br /><br />
你在三個出局數內,能打出幾支安打呢?
</div>
</div>
</div>
</div>
</body>
</html>