Hauptdemo
CDN v3.0.0

Fรผge diese Tags zu deiner Seite hinzu โ€” vor </body> oder in <head> :

Synth-Engine
<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>

Live-Sound-Code

// Every sound in this game uses:
const synth = newChiptuneSynth();
await synth.init();
// Im Catcher verwendete Klรคnge:
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

Ereignisprotokoll

Chiptune Catcher

Punkte: 0  |  Leben: 3  |  Level: 1

Chiptune Catcher

Fangen Sie die fallenden Mรผnzen, weichen Sie den Bomben aus!

or AD zum Bewegen
Jeder Sound wird von ChiptuneSynth in Echtzeit erzeugt

GAME OVER

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