CrypticOS is an operating system written in a custom bytecode, which can be emulated anywhere. Create your own programs: https://crypticos.github.io/playground/ Full x86 OS: https://github.com/crypticos/crypticos CASM: https://github.com/crypticos/casm Demo Source: https://github.com/CrypticOS/crypticos/blob/master/demo/tictac.casm
The program you see in the project is not made with scratch blocks. It is written in an assembler which assembles to my esoteric programming language, CINS. It has 16 instructions, each exactly 4 bits wide. It is like BrainF*, but with jumping/labels and 2 pointers. Changelog: June 6 2021: Added some buttons to test code May 21 2021: Fixed input system, added Tic Tac Toe Jan 19 2021: Rewritten. Or should I say reblocked? September 12 2020: Released December 9 2020: Lag fixes Tags: os programming language