piano-game

1.2.0 • Public • Published

The Piano Game.

Become a better pianist.

npm install piano-game

var PianoGame = require('piano-game');
var audioContext = require('audio-context');
 
var game = new PianoGame({
    element: document.querySelector('.piano-game'),
    context: audioContext,
    range: ['c2', 'c#3'], //range of keys to ask
    maxNotes: 4, //maximum number of notes in a question
    requireOctave: false //require exact octave for a note
});

Similar

Readme

Keywords

Package Sidebar

Install

npm i piano-game

Weekly Downloads

2

Version

1.2.0

License

MIT

Last publish

Collaborators

  • dfcreative