Démo Principale
CDN v3.0.0

Ajoutez ces deux balises à votre page — avant </body> ou dans <head> :

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

Code Sonore en Direct

// Every sound in this game uses:
const synth = newChiptuneSynth();
await synth.init();
// Sons utilisés dans 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

Journal d'Événements

Chiptune Catcher

Score : 0  |  Vies : 3  |  Niveau : 1

Chiptune Catcher

Attrapez les pièces qui tombent, esquivez les bombes !

or AD pour se déplacer
Chaque son est généré par ChiptuneSynth en temps réel

GAME OVER

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