A prototype of a tool to colaboratively create flowcharts that can be executed. The "execution" part is inspired by flowchart creation tool called Magiczne Bloczki ("Magical Blocks" in Polish). The colaborative creation is inspired by Replit. It currently uses mermaid js to render flowcharts.

The code is available on GitHub with MIT license - https://github.com/FeniXb3/Alakazam

The most up to date version - https://fenixb3.github.io/Alakazam/

I wanted to add Electron version here, but there are some things that don't work, so I'll add it later, after fixing them.

Instructions on how to use this tool will come later as well.


StatusReleased
CategoryTool
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorKonrad Gadzina
Tagsflowchart

Comments

Log in with itch.io to leave a comment.

Wow, now that’s one interesting project. Will give it a go once I’m at my pc :)

I planned to write more about it on microStudio's Discord as I thoght some people, including you, might be interested in it, but you found it first. :D

There are still a lot of things I plan to change so don't get used to anything to much yet. ^^ The most up to date version is always here - https://fenixb3.github.io/Alakazam/ I plan to change the web version that is on itchio to downloadable desktop app, so it will be good enough for desktop offline tinkering. ;)

Conditions and operation blocks are now limited and I will update that soon. I will also change the parsing, as I don't like the %% signs around variable and the lack of quotation marks around texts.

BTW, I added some gifs showing the tool in action.