

Have you ever dreamed of making your own videogame?
Why don’t you play it with your body?
Yeah, that’s right! You can use zefiro, zefiro Pro or zefCare to play fun games is seconds.
Below you can find a template we created to paste and edit into a AI chatbot in order to create a simple game in HTML that can be played inside your browser.
Simply copy it, paste it and customize it.
Download the generated file and open it with Google Chrome or other browsers 😉
Click on the button below to download a zipped folder containing a couple of game examples!
- 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)