I found a version for creating visual novels using Blockly for Sega 32X game consoles.
The tools are nice and I wrote an interpreter to create Atari Lynx novels based on the Blockly xml file. My target is an Atari Lynx console (160x102 pixels).
Currently I would like to add support for ABC music to create melodies so I may need to study Blockly closed for generating blocks for:
Play(channel) = "| e2 e2 e4 | e2 e2 e4 | e2 g2 c2 d2 | e6 z2 | f2 f2 f3 f | f2 e2 e2 e e | e2 d2 d2 e2 | d4 g4 | e2 e2 e4 | e2 e2 e4 | e2 g2 c2 d2 | e6 z2 | f2 f2 f3 f | f2 e2 e2 e e | g2 g2 f2 d2 | c8"
This would be part of the melody for "Dashing through the snow..."
It would also be nice to have a block for background and portraits.
Speaking block like
Say(character) = "Beam me up Scotty, there's no intelligent life down here"
The current version I am using is hacked from BlockDuino. But I wonder if someone has produced a cleaner set of blocks intended for writing visual novels?
