

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 your re.corder to play fun games is seconds.
Below you can find a template we created to paste and edit into a AI chatbot (such as Gemini, ChatGPT, Grok etc.) 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 😉
Create a HTML code for a game that can run on a browser.
It will use the ARTinoise zefiro 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
Z axis: MIDI CC# 127
⁃ 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)