zackproject / zackproject.github.io

Portfolio of games made in javascript, html i css
https://www.zksama.com/
1 stars 0 forks source link

Guess the song #23

Closed zackproject closed 1 year ago

zackproject commented 1 year ago

Array de notas musicales y "ahorcado" de letras disponibles para formar la canción

zackproject commented 1 year ago
let tecles =
{
    "z": { "pos": 0, "tecla": notasBlancas[0] },
    "x": { "pos": 1, "tecla": notasBlancas[1] },
    "c": { "pos": 2, "tecla": notasBlancas[2] },
};
zackproject commented 1 year ago

https://github.com/zackproject/zackproject.github.io/pull/69