Demo Principal
CDN v3.0.0

Adicione estas tags à sua página — antes de </body> ou em <head> :

Motor Synth
<script src="https://cdn.chiptune-synth.8binami.com/3.0.0/chiptune-synth.min.js"></script>
Sound Font (170+ instruments)
<script src="https://cdn.chiptune-synth.8binami.com/3.0.0/chiptune-sound-font.min.js"></script>

Código de Som ao Vivo

// Every sound in this game uses:
const synth = newChiptuneSynth();
await synth.init();
// Sons usados no Catcher:
synth.playPreset('coin');    // catch coin
synth.playPreset('1up');     // catch star
synth.playPreset('explosion');// bomb hit
synth.playPreset('hit');     // damage
synth.playPreset('blip');    // coin missed
synth.playPreset('powerup'); // level up

Registro de Eventos

Apanhador Chiptune

Pontuação: 0  |  Vidas: 3  |  Nível: 1

Apanhador Chiptune

Apanhe as moedas caindo, desvie das bombas!

or AD para mover
Cada som é gerado pelo ChiptuneSynth em tempo real

GAME OVER

Pontuação: 0
synth.playPreset('coin') • synth.playPreset('explosion') • synth.playPreset('1up')