Demo Principal
CDN v3.0.0

Añade estas dos etiquetas a tu página — antes de </body> o en <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 Sonido en Vivo

// Every sound in this game uses:
const synth = newChiptuneSynth();
await synth.init();
// Sonidos usados en 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

Cazador Chiptune

Puntuación: 0  |  Vidas: 3  |  Nivel: 1

Cazador Chiptune

¡Atrapa las monedas que caen, esquiva las bombas!

or AD para mover
Cada sonido es generado por ChiptuneSynth en tiempo real

GAME OVER

Puntuación: 0
synth.playPreset('coin') • synth.playPreset('explosion') • synth.playPreset('1up')