For further actions, you may consider blocking this person and/or reporting abuse
Read next
From Idea to Startup: How Open Source Tools Can Help You with Setting up Your Business
Digvijay Shelar -
Meme Monday
Ben Halpern -
Looking for some feedback on my team's new open-source secrets vault project.
Felipe Araujo -
📱 Android: The Leading Mobile Operating System 🚀
ANIRUDDHA ADAK -
Top comments (3)
As far as me 2 projects come to mind:
SBTCVM
SBTCVM is a project i run that aims to create balanced ternary (a nonstandard base number consisting of 1, 0, & -1) virtual machines, programming languages, and tools. currently developing its second generation 'gen 2' architecture, and associated tools.
Desutezeoid
Desutezeoid is a point and click adventure game engine, but with a twist: it uses boolean flag-based logic written in pure XML tags within 'page' files to perform game logic.
As an example, the 'batchset' tag sets a list of flags in bulk when a specified flag is set, clearing the 'triggering' flag in the process.
The actual XML logic traces back to an earlier turn-based maze/adventure engine i had written, I ended up adapting the scheme into a point and click game engine, building upon an experiment i did with it, seeing how it would behave in a more realtime engine. while i did eventually add plugin support, including an animation scripting system, its core logic structure remains.