Skill: Number recognition, addition, subtraction, multiplication, and division.
Click on the block with the correct number.

window.addEventListener('touchstart', function() { // create empty buffer var buffer = myContext.createBuffer(1, 1, 22050); var source = myContext.createBufferSource(); source.buffer = buffer; // connect to output (your speakers) source.connect(myContext.destination); // play the file source.noteOn(0); }, false);

Number recognition & basic facts game