BlocklyVN32X - A tool to create visual novels for the Sega 32X using Blockly.
A downloadable tool
This is an old project of mine (Last released in 2017); it allows someone to develop visual novels (VN) and choose-your-own-adventure (CYOA) games for the Sega 32X using a visual language.
It uses Blockly to implement a visual language; the tool takes the blocks and uses them to generate C files, which are then compiled into a Sega 32X compatible ROM, which can them be run using an emulator or even the real hardware.
Repo on Github: https://github.com/haroldo-ok/BlocklyVN32X
Status | Canceled |
Category | Tool |
Author | haroldo-ok |
Genre | Interactive Fiction, Visual Novel |
Tags | 2D, Game Design, Game engine, GameMaker, Retro, sega-32x, tools |
Download
Download
blocklyvn32x-portable-0.10.1.exe 118 MB
Development log
- Version v0.10.1 made available.Oct 15, 2022
Comments
Log in with itch.io to leave a comment.
I try to run it but it won't open, or load properly
Hello; how did you try to execute it? Did it show any error messages?
So I got it to open load, but once I try to test it
all it said it failed to load
That's weird; if you open the debug console (Ctrl + Shift + I), does some additional information appear there?
If you try to create a new project, does an error happen, too?
once I create a new project it says the code execution cannot proceed because zlib1.dll was not found.
and I try to open debug, and all I got was a new window that doesn't show anything, do I need something to make it work properly?
Interesting... it seems that zlib1.dll is missing... it's a relatively common dll and there are various ways to install that; one possibility would be to install MingW and copy the zlib1.Dell that comes with it. Please, try to see if that helps.