- Create a HTML code for a game that can run on a browser. 
It will use the ARTinoise zefiro Pro MIDI Breath controller.

The following text is a list of available MIDI Controls that zefiro can send and how the game can interpret.
Make sure that the game asks the browser to access the available MIDI devices.

- MIDI details, controls and relative CCs:

MIDI Channel: 1
Aftertouch: N.A.
Pressure: MIDI CC# 11
Inclination: MIDI CC# 1
Rotation: MIDI CC# 52
Lip Sensor: MIDI CC# 69 (this CC can only be with value 0 or 127, consider it ON or OFF)

- Game Overview:
(Insert your game idea!)

- Controls:
(If you want to be specific and have more precision on the range of the MIDI CCs you can for example write “rotation value from 0 to 63 is used to turn left and from 64 to 127 to turn right)

- Notes:
(Insert any note or ask to avoid libraries or functions in the code)