Demo Principale
CDN v3.0.0

Aggiungi questi tag alla tua pagina โ€” prima di </body> o in <head> :

Motore 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>

Codice Sonoro Live

// Every sound in this game uses:
const synth = newChiptuneSynth();
await synth.init();
// Suoni usati nel 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 degli Eventi

Chiptune Catcher

Punteggio: 0  |  Vite: 3  |  Livello: 1

Chiptune Catcher

Cattura le monete che cadono, schiva le bombe!

or AD per muoversi
Ogni suono รจ generato da ChiptuneSynth in tempo reale

GAME OVER

Punteggio: 0
synth.playPreset('coin') • synth.playPreset('explosion') • synth.playPreset('1up')